]> git.sur5r.net Git - u-boot/commitdiff
rockchip: set SYS_NS16550_MEM32 for all SoCs
authorJonathan Gray <jsg@jsg.id.au>
Tue, 8 May 2018 10:43:01 +0000 (20:43 +1000)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mon, 14 May 2018 15:30:39 +0000 (17:30 +0200)
Add back part of patch send out as
'rockchip: enable SYS_NS16550 for all SoCs by default' that seems to have
gotten lost when it got merged to set SYS_NS16550_MEM32.

Allows serial output to work on tinker-rk3288 again after
c3c0331db1fb7b1f4ff41e144fc04353b37c785c.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/configs/rockchip-common.h

index dee82ca99d9ef1653e4689fdf802ce0613281b25..68e1105a4b183773fa5c016e44e584ba16deecc9 100644 (file)
@@ -7,6 +7,8 @@
 #define _ROCKCHIP_COMMON_H_
 #include <linux/sizes.h>
 
+#define CONFIG_SYS_NS16550_MEM32
+
 #ifndef CONFIG_SPL_BUILD
 
 /* First try to boot from SD (index 0), then eMMC (index 1) */