You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 years ago
..
base-files/etc mxs: use generic sysinfo board detection 6 years ago
image mxs: put u-boot images into image staging directory 7 years ago
patches-4.14 kernel: bump 4.14 to 4.14.75 6 years ago
profiles mxs: remove stale references to obsolete kernel module packages 7 years ago
Makefile mxs: bump to use 4.14 by default 6 years ago
config-4.14 mxs: disable unused serial drivers 5 years ago