Fix do_bootm_linux() so that multi-file images with FDT blob boot.
authorBartlomiej Sieka <tur@semihalf.com>
Tue, 4 Sep 2007 15:31:22 +0000 (17:31 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 6 Sep 2007 22:13:41 +0000 (00:13 +0200)
commit5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
tree4c7012462a97768896f0b3e6d60b9bb2fba73892
parentbf72a4ca9e08c9dcd4e6c3201772b565571da0a7
Fix do_bootm_linux() so that multi-file images with FDT blob boot.

Fix incorrect blob address calculation in do_bootm_linux() that prevents
booting the kernel from a multi-file image (kernel + initrd + blob).

Also, make minor updates to the U-Boot's output and to the coding style.

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
common/cmd_bootm.c