diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/r2dplus.h | 5 | ||||
-rw-r--r-- | include/configs/sh7785lcr.h | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index a6048480730..4feaa0509aa 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -8,11 +8,6 @@ #define CONFIG_DISPLAY_BOARDINFO -/* - * Command line configuration. - */ -#define CONFIG_CMD_SH_ZIMAGEBOOT - /* SCIF */ #define CONFIG_CONS_SCIF1 1 diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h index d4477c27949..da827aca87e 100644 --- a/include/configs/sh7785lcr.h +++ b/include/configs/sh7785lcr.h @@ -12,8 +12,6 @@ #define CONFIG_CPU_SH7785 1 #define CONFIG_SH7785LCR 1 -#define CONFIG_CMD_SH_ZIMAGEBOOT - #define CONFIG_BOOTARGS "console=ttySC1,115200 root=/dev/nfs ip=dhcp" #define CONFIG_EXTRA_ENV_SETTINGS \ |