summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-31 09:16:12 -0700
committerTom Rini <trini@konsulko.com>2016-02-08 10:10:40 -0500
commitbaf7125acab7d7b56cf4e623d2a2b1204518bd37 (patch)
tree566a396753cfd79940ab7e32b35040ddd7195ed3 /include
parent2cd1ff84037a77f2d967e3331dcc9adc36cded2b (diff)
downloadblackbird-obmc-uboot-baf7125acab7d7b56cf4e623d2a2b1204518bd37.tar.gz
blackbird-obmc-uboot-baf7125acab7d7b56cf4e623d2a2b1204518bd37.zip
dm: freescale: Drop mxs_auart serial driver
This does not appear to be used, and has not been converted to driver model by the deadline (doc/driver-model/serial-howto.txt). Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mxs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mxs.h b/include/configs/mxs.h
index 63fdf9e4e7..4c490ae54e 100644
--- a/include/configs/mxs.h
+++ b/include/configs/mxs.h
@@ -121,12 +121,10 @@
* DUART Serial Driver.
* Conflicts with AUART driver which can be set by board.
*/
-#ifndef CONFIG_MXS_AUART
#define CONFIG_PL011_SERIAL
#define CONFIG_PL011_CLOCK 24000000
#define CONFIG_PL01x_PORTS { (void *)MXS_UARTDBG_BASE }
#define CONFIG_CONS_INDEX 0
-#endif
/* Default baudrate can be overriden by board! */
#ifndef CONFIG_BAUDRATE
#define CONFIG_BAUDRATE 115200
OpenPOWER on IntegriCloud