summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-09 13:41:30 -0700
committerSimon Glass <sjg@chromium.org>2015-02-13 07:19:55 -0700
commit1ae067952d509893bee7c267be954d45ab49f9dc (patch)
treec662f7f2821d906217e42224070a2cdef89ed3ca /include
parent484fdf5ba058b07be5ca82763aa2b72063540ef3 (diff)
downloadblackbird-obmc-uboot-1ae067952d509893bee7c267be954d45ab49f9dc.tar.gz
blackbird-obmc-uboot-1ae067952d509893bee7c267be954d45ab49f9dc.zip
dm: stv0991: 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')
-rw-r--r--include/configs/stv0991.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h
index 071b1c2ca7..156e0fa8e1 100644
--- a/include/configs/stv0991.h
+++ b/include/configs/stv0991.h
@@ -29,19 +29,9 @@
#define CONFIG_SYS_MAXARGS 16
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 16 * 1024)
-#define CONFIG_DM
/* serial port (PL011) configuration */
#define CONFIG_BAUDRATE 115200
-#ifdef CONFIG_DM
-#define CONFIG_DM_SERIAL
#define CONFIG_PL01X_SERIAL
-#else
-#define CONFIG_SYS_SERIAL0 0x80406000
-#define CONFIG_CONS_INDEX 0
-#define CONFIG_PL011_SERIAL
-#define CONFIG_PL01x_PORTS {(void *)CONFIG_SYS_SERIAL0}
-#define CONFIG_PL011_CLOCK (2700 * 1000)
-#endif
/* user interface */
#define CONFIG_SYS_PROMPT "STV0991> "
OpenPOWER on IntegriCloud