summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 22:34:47 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-11 19:41:57 (GMT)
commit2a728f3a1e3fd6f0483af822d5063766a3344ef2 (patch)
tree5047ff420e7896669507898f62049e4999acbbe6 /include
parent719d36ee36db92221e86b37edd1f7b922bde4f9d (diff)
downloadu-boot-fsl-qoriq-2a728f3a1e3fd6f0483af822d5063766a3344ef2.tar.xz
Convert CONFIG_CMD_SH_ZIMAGEBOOT to Kconfig
This converts the following to Kconfig: CONFIG_CMD_SH_ZIMAGEBOOT Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/r2dplus.h5
-rw-r--r--include/configs/sh7785lcr.h2
2 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h
index a604848..4feaa05 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 d4477c2..da827ac 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 \