From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dr. Philipp Tomsich Date: Wed, 9 May 2018 10:12:09 +0200 Subject: [U-Boot] [PATCH] rockchip: set SYS_NS16550_MEM32 for all SoCs In-Reply-To: <7cbb8d41-85d9-f5b5-7af9-d407ad74a786@rock-chips.com> References: <20180508104301.1437-1-jsg@jsg.id.au> <7cbb8d41-85d9-f5b5-7af9-d407ad74a786@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Kever, There were a number a merge conflicts with this series and it looks like I = missed one of them. This is the risk when I try to resolve conflicts instead of a= sking for=20 a series to be rebased onto master=E2=80=A6 Regards, Philipp. > On 9 May 2018, at 10:06, Kever Yang wrote: >=20 > Hi Jonathan, >=20 >=20 > Thanks for the patch, and it's interesting how this is missing, >=20 > it means all the rockchip socs can not get console output with v2018.05 :( >=20 >=20 > 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. >>=20 >> Allows serial output to work on tinker-rk3288 again after >> c3c0331db1fb7b1f4ff41e144fc04353b37c785c. >>=20 >> Signed-off-by: Kever Yang >> Signed-off-by: Jonathan Gray >> Cc: Philipp Tomsich >> --- >> include/configs/rockchip-common.h | 2 ++ >> 1 file changed, 2 insertions(+) >>=20 >> diff --git a/include/configs/rockchip-common.h b/include/configs/rockchi= p-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 >>=20 >> +#define CONFIG_SYS_NS16550_MEM32 >> + >> #ifndef CONFIG_SPL_BUILD >>=20 >> /* First try to boot from SD (index 0), then eMMC (index 1) */ >=20 >=20