]> git.sur5r.net Git - u-boot/commit
bootm: fix conditional compilation for bootm ramdisk subcommand
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 26 Feb 2013 04:54:19 +0000 (04:54 +0000)
committerTom Rini <trini@ti.com>
Mon, 4 Mar 2013 19:19:56 +0000 (14:19 -0500)
commit59af76d9ccccea43b9e07d78291bdf99e759c59a
treefef0cca9bbf662849ae3a09fae9bb221c9331595
parent18a3cce9fa9030e0e1fe0678ddcd0ae84d9423ca
bootm: fix conditional compilation for bootm ramdisk subcommand

All code related to the bootm ramdisk subcommand is conditionally
enabled by CONFIG_SYS_BOOT_RAMDISK_HIGH except for the help message.
Replace the CONFIG_ARCH defines by CONFIG_SYS_BOOT_RAMDISK_HIGH
to fix this.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
common/cmd_bootm.c