From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Wed, 9 May 2018 16:06:16 +0800 Subject: [U-Boot] [PATCH] rockchip: set SYS_NS16550_MEM32 for all SoCs In-Reply-To: <20180508104301.1437-1-jsg@jsg.id.au> References: <20180508104301.1437-1-jsg@jsg.id.au> Message-ID: <7cbb8d41-85d9-f5b5-7af9-d407ad74a786@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Jonathan,     Thanks for the patch, and it's interesting how this is missing, it means all the rockchip socs can not get console output with v2018.05 :( Thanks, - Kever On 05/08/2018 06:43 PM, Jonathan Gray wrote: > 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 > --- > include/configs/rockchip-common.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h > index dee82ca99d..68e1105a4b 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) */