[U-Boot] [PATCH v4 12/12] mkimage: Add OMAP boot image support
Reinhard Meyer
u-boot at emk-elektronik.de
Tue Aug 2 11:08:01 CEST 2011
Dear Albert,
> Dear Sandeep,
>
> please pull this directly with the rest of the OMAP SPL patches.
>
> In message <1311004011-9073-13-git-send-email-aneesh at ti.com> you wrote:
> > From: John Rigby <john.rigby at linaro.org>
> >
> > - Add mkimage support for OMAP boot image
> > - Add support for OMAP boot image(MLO) generation in the new
> > SPL framework
> >
> > Signed-off-by: John Rigby <john.rigby at linaro.org>
> > Signed-off-by: Aneesh V <aneesh at ti.com>
> > ---
> > V3:
> > * Fixed minor issue with casting away 'const'ness of
> > pointers
> > * Ensure lists are sorted alphabetically
> > * Added an error message
> > * Removed 'packed' attribute from structs
> > * Fixed some other minor comments on V2
> > * Adapted for the new SPL framework
> > V4:
> > * Replaced CONFIG_SYS_SPL_TEXT_BASE with CONFIG_SPL_TEXT_BASE
> > ---
> > arch/arm/cpu/armv7/omap4/config.mk | 30 +++++
> > common/image.c | 9 +-
> > include/image.h | 1 +
For some reason the change to include/image.h has NOT made it into
u-boot-arm/master, therefore all builds are currently broken!
common/image.c:141:4: error: ‘IH_TYPE_OMAPIMAGE’ undeclared here (not in
a function)
Best Regards,
Reinhard
More information about the U-Boot
mailing list