summaryrefslogtreecommitdiff
path: root/include/configs/cm_fx6.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-06 04:41:47 (GMT)
committerSimon Glass <sjg@chromium.org>2015-02-12 17:35:35 (GMT)
commit70c45aeb433d1c4c8f970927aba0cd45d701a7ae (patch)
treeaa68a83c2c872306bc296337a944332c58edd991 /include/configs/cm_fx6.h
parent7b051c5235d6c82cbb396e4419e8d90c7d7635e7 (diff)
downloadu-boot-70c45aeb433d1c4c8f970927aba0cd45d701a7ae.tar.xz
dm: mx6: Move driver model CONFIGs to Kconfig
Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/cm_fx6.h')
-rw-r--r--include/configs/cm_fx6.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h
index 1f64495..4008306 100644
--- a/include/configs/cm_fx6.h
+++ b/include/configs/cm_fx6.h
@@ -21,13 +21,9 @@
#define CONFIG_MACH_TYPE 4273
#ifndef CONFIG_SPL_BUILD
-#define CONFIG_DM
-#define CONFIG_CMD_DM
-#define CONFIG_DM_GPIO
#define CONFIG_CMD_GPIO
-#define CONFIG_DM_SERIAL
#define CONFIG_SYS_MALLOC_F_LEN (1 << 10)
#endif