commit | f2f2ec9d675273298542e31c68e318d89e2ba37e | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Tue Feb 26 04:54:19 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Mar 04 14:19:56 2013 -0500 |
tree | fef0cca9bbf662849ae3a09fae9bb221c9331595 | |
parent | 91d1b5f581ae781a7c30c3825c198ffbf73dbfe5 [diff] |
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>