dfu: mcuboot: delete misleading comment

There is more information in the trailer than indicated by this comment.

Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>
This commit is contained in:
Marti Bolivar 2018-02-01 01:22:21 -05:00 committed by Anas Nashif
commit 4877dd22ea

View file

@ -18,12 +18,6 @@
/* /*
* Helpers for image trailer, as defined by mcuboot. * Helpers for image trailer, as defined by mcuboot.
* Image trailer consists of sequence of fields:
* u8_t copy_done
* u8_t padding_1[BOOT_MAX_ALIGN - 1]
* u8_t image_ok
* u8_t padding_2[BOOT_MAX_ALIGN - 1]
* u8_t magic[16]
*/ */
/* /*