commit | 8b828a8f44b7ee9953c7ba63e64b1e80790139b3 | [log] [tgz] |
---|---|---|
author | Detlev Zundel <dzu@denx.de> | Tue Dec 22 12:43:01 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Mon Jan 18 00:26:34 2010 +0100 |
tree | c0c01d4a2fc409585308ebcac5ef8263b6ad1790 | |
parent | 16035bcd8c81c3c59dddfb54f48e8059a623b13c [diff] |
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>