diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-31 09:16:12 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-08 10:10:40 -0500 |
commit | baf7125acab7d7b56cf4e623d2a2b1204518bd37 (patch) | |
tree | 566a396753cfd79940ab7e32b35040ddd7195ed3 /include | |
parent | 2cd1ff84037a77f2d967e3331dcc9adc36cded2b (diff) | |
download | u-boot-baf7125acab7d7b56cf4e623d2a2b1204518bd37.zip u-boot-baf7125acab7d7b56cf4e623d2a2b1204518bd37.tar.gz u-boot-baf7125acab7d7b56cf4e623d2a2b1204518bd37.tar.bz2 |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mxs.h b/include/configs/mxs.h index 63fdf9e..4c490ae 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 |