commit | a66af9d77cf39c65d236720d150d9ddb7ea29ad7 | [log] [tgz] |
---|---|---|
author | Bartlomiej Sieka <tur@semihalf.com> | Tue Sep 04 17:31:22 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Sep 07 00:13:41 2007 +0200 |
tree | 4c7012462a97768896f0b3e6d60b9bb2fba73892 | |
parent | 5743a38963ab66faa86f50bfc1389607623dd21b [diff] |
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>