commit | 4e46ab3a355e48d69bebe2f0917e2abd7efe460d | [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 | 587333133bb6b1ed5c90c5a767e1915757251717 [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>