diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-05 21:41:39 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 10:35:34 -0700 |
commit | 34e609ca82d8846dc1fcee485e9a2ad71060f77f (patch) | |
tree | 874d46dc5eaf193dbb1b9dc0dd35e143bb722c7b /include/configs | |
parent | f058f154a9cad41b8cc97ce85b9308051ff297b9 (diff) |
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/configs')
-rw-r--r-- | include/configs/rpi.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index c94f4112026..ea19ad8d072 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 |