]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_bootm.c: Do not load a ramdisk when not booting a kernel.
authorDetlev Zundel <dzu@denx.de>
Tue, 22 Dec 2009 11:43:01 +0000 (12:43 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 17 Jan 2010 23:26:34 +0000 (00:26 +0100)
commit8b828a8f44b7ee9953c7ba63e64b1e80790139b3
treec0c01d4a2fc409585308ebcac5ef8263b6ad1790
parent16035bcd8c81c3c59dddfb54f48e8059a623b13c
cmd_bootm.c: Do not load a ramdisk when not booting a kernel.

In case we boot an image marked as 'standalone' and 'linux', the current
code erroneously tried to load a ramdisk.

Signed-off-by: Detlev Zundel <dzu@denx.de>
common/cmd_bootm.c