diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/edison.h | 1 | ||||
-rw-r--r-- | include/configs/x86-common.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/edison.h b/include/configs/edison.h index 03aa702..dfac340 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -10,7 +10,6 @@ #include <asm/ibmpc.h> /* Boot */ -#define CONFIG_CMD_ZBOOT #define CONFIG_BOOTCOMMAND "run bootcmd" /* DISK Partition support */ diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 43af193..7ff354a 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -67,8 +67,6 @@ * Command line configuration. */ -#define CONFIG_CMD_ZBOOT - #define CONFIG_BOOTARGS \ "root=/dev/sdb3 init=/sbin/init rootwait ro" #define CONFIG_BOOTCOMMAND \ |