summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-05 21:41:38 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:34 -0700
commitf058f154a9cad41b8cc97ce85b9308051ff297b9 (patch)
tree67d730a48e4503da87a1d75b81801a979dac207e /include
parent1967982a959609d663a1c25e4473a3209671e3aa (diff)
downloadblackbird-obmc-uboot-f058f154a9cad41b8cc97ce85b9308051ff297b9.tar.gz
blackbird-obmc-uboot-f058f154a9cad41b8cc97ce85b9308051ff297b9.zip
dm: Add CMD_DM and CMD_DEMO to Kconfig
Add Kconfig settings for these two options. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h1
-rw-r--r--include/configs/sunxi-common.h1
-rw-r--r--include/configs/ti_am335x_common.h1
-rw-r--r--include/configs/uniphier.h2
4 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index e9d3f3226b..deff4d648c 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -24,7 +24,6 @@
#define CONFIG_BOOTSTAGE
#define CONFIG_BOOTSTAGE_REPORT
#define CONFIG_CMD_DEMO
-#define CONFIG_CMD_DM
#define CONFIG_DM_DEMO
#define CONFIG_DM_DEMO_SIMPLE
#define CONFIG_DM_DEMO_SHAPE
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index cea52dbf7b..325120da2e 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -28,7 +28,6 @@
#define CONFIG_SYS_TEXT_BASE 0x4a000000
#if !defined(CONFIG_SPL_BUILD) && defined(CONFIG_DM)
-# define CONFIG_CMD_DM
# define CONFIG_DM_GPIO
# define CONFIG_DM_SERIAL
# define CONFIG_DW_SERIAL
diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h
index 598526bf95..35332b5ed8 100644
--- a/include/configs/ti_am335x_common.h
+++ b/include/configs/ti_am335x_common.h
@@ -23,7 +23,6 @@
#ifndef CONFIG_DM
# define CONFIG_DM
#endif
-# define CONFIG_CMD_DM
# define CONFIG_DM_GPIO
# define CONFIG_DM_SERIAL
# define CONFIG_OMAP_SERIAL
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 9420e6b48b..6f4ecc9b04 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -192,8 +192,6 @@
#define CONFIG_FAT_WRITE
#define CONFIG_DOS_PARTITION
-#define CONFIG_CMD_DM
-
/* memtest works on */
#define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x01000000)
OpenPOWER on IntegriCloud