tn3399_openwrt/target/linux/mxs
Michael Heimpold 6ac5144b13 mxs: disable unused serial drivers
This disables PL010 and 8250 serial support for this platform
as both drivers are not used: the debug UART is PL011 and the
application UARTs use a dedicated MXS specific driver.

The kernel size reduction is neglectable, but it also removes
the non-working (confusing) /dev/ttyS0 and /dev/ttyS1 devices
in a running system (which generate errors when trying to use):

  root@OpenWrt:~# echo "hello world" > /dev/ttyS0
  ash: write error: I/O error
  root@OpenWrt:~#

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-03-11 19:35:43 +01:00
..
base-files/etc mxs: use generic sysinfo board detection 2018-11-28 23:37:29 +01:00
image mxs: put u-boot images into image staging directory 2017-01-27 16:53:31 +01:00
patches-4.14 kernel: bump 4.14 to 4.14.75 2018-10-10 14:45:11 +02:00
profiles mxs: remove stale references to obsolete kernel module packages 2017-01-28 20:29:00 +01:00
config-4.14 mxs: disable unused serial drivers 2019-03-11 19:35:43 +01:00
Makefile mxs: bump to use 4.14 by default 2018-02-20 13:24:46 +01:00