[new uImage] Add new uImage format support for kernel booting
authorMarian Balakowicz <m8@semihalf.com>
Wed, 12 Mar 2008 09:01:05 +0000 (10:01 +0100)
committerMarian Balakowicz <m8@semihalf.com>
Wed, 12 Mar 2008 09:01:05 +0000 (10:01 +0100)
commit6986a385671749ecb3f60cf99e9cbae8e47bb50e
treecc73b6ce8a4fa38c664a9371b7f7b0eea07783e9
parente32fea6adb620ecf2bd70acf2dd37e53df9d1547
[new uImage] Add new uImage format support for kernel booting

New format uImages are recognized by the bootm command,
validity of specified kernel component image is checked and
its data section located and used for further processing
(uncompress, load, etc.)

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
common/cmd_bootm.c