From: Jonathan Gray Date: Tue, 8 May 2018 10:43:01 +0000 (+1000) Subject: rockchip: set SYS_NS16550_MEM32 for all SoCs X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e427039dc28a62e7d85d8468d2b8414bc741946c;p=u-boot.git rockchip: set SYS_NS16550_MEM32 for all SoCs 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 Signed-off-by: Jonathan Gray Cc: Philipp Tomsich Reviewed-by: Philipp Tomsich Acked-by: Philipp Tomsich Tested-by: Heinrich Schuchardt Gbp-Pq: Topic rockchip Gbp-Pq: Name 0001-rockchip-set-SYS_NS16550_MEM32-for-all-SoCs.patch --- diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index dee82ca99..68e1105a4 100644 --- a/include/configs/rockchip-common.h +++ b/include/configs/rockchip-common.h @@ -7,6 +7,8 @@ #define _ROCKCHIP_COMMON_H_ #include +#define CONFIG_SYS_NS16550_MEM32 + #ifndef CONFIG_SPL_BUILD /* First try to boot from SD (index 0), then eMMC (index 1) */