]> git.ipfire.org Git - people/ms/u-boot.git/commit - tools/mkimage.c
mkimage: Explain the auto-fit imagefile special case
authorSimon Glass <sjg@chromium.org>
Thu, 30 Jun 2016 16:52:08 +0000 (10:52 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:22:26 +0000 (18:22 -0400)
commit3c23c0feacce0f73d7852409a0c634f275cbecfe
treef58ac9225497924144b1db6ab323c403b228fc33
parent20deaddd465aeab6f6939fb1b660622d763791a9
mkimage: Explain the auto-fit imagefile special case

There is a special case in the code when auto-fit is used. Add a comment to
make it easier to understand why this is needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
tools/mkimage.c