summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-05 21:41:39 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:34 -0700
commit34e609ca82d8846dc1fcee485e9a2ad71060f77f (patch)
tree874d46dc5eaf193dbb1b9dc0dd35e143bb722c7b /include
parentf058f154a9cad41b8cc97ce85b9308051ff297b9 (diff)
downloadblackbird-obmc-uboot-34e609ca82d8846dc1fcee485e9a2ad71060f77f.tar.gz
blackbird-obmc-uboot-34e609ca82d8846dc1fcee485e9a2ad71060f77f.zip
dm: Move Raspberry Pi driver model CONFIGs to Kconfig
Remove driver model CONFIGs from the board config header and use Kconfig instead. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/rpi.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index c94f411202..ea19ad8d07 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -30,12 +30,6 @@
*/
#define CONFIG_MACH_TYPE MACH_TYPE_BCM2708
-/* Enable driver model */
-#define CONFIG_DM
-#define CONFIG_CMD_DM
-#define CONFIG_DM_GPIO
-#define CONFIG_DM_SERIAL
-
/* Memory layout */
#define CONFIG_NR_DRAM_BANKS 1
#define CONFIG_SYS_SDRAM_BASE 0x00000000
OpenPOWER on IntegriCloud