]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/image.c
[new uImage] Add gen_get_image() routine
authorMarian Balakowicz <m8@semihalf.com>
Thu, 21 Feb 2008 16:20:19 +0000 (17:20 +0100)
committerMarian Balakowicz <m8@semihalf.com>
Thu, 21 Feb 2008 16:20:19 +0000 (17:20 +0100)
commitfff888a1997ff7de9b29e24050fc4a0fd403ba16
treeb78ae8fa3cda983eac6f4501fbde79b5fab27ccf
parent75d3e8fbd93c14d9929d024c75af2d742c76db70
[new uImage] Add gen_get_image() routine

This routine assures that image (whether legacy or FIT) is not
in a special dataflash storage.

If image address is a dataflash address image is moved to system RAM.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
common/cmd_bootm.c
common/image.c
include/image.h
lib_ppc/bootm.c