From 7a9dd60749bea72dfe985fca8748583129bb3dab Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Mon, 22 Jul 2019 19:59:08 +0800 Subject: rockchip: remove redundant CONFIG_SYS_NS16550_MEM32 The CONFIG_SYS_NS16550_MEM32 already defined in rockchip_common.h, no need to define again in soc level header. Signed-off-by: Kever Yang --- include/configs/rk3188_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/rk3188_common.h') diff --git a/include/configs/rk3188_common.h b/include/configs/rk3188_common.h index 1d41702846..ec90088309 100644 --- a/include/configs/rk3188_common.h +++ b/include/configs/rk3188_common.h @@ -15,8 +15,6 @@ #define CONFIG_SYS_MALLOC_LEN (32 << 20) #define CONFIG_SYS_CBSIZE 1024 -#define CONFIG_SYS_NS16550_MEM32 - #ifdef CONFIG_SPL_ROCKCHIP_BACK_TO_BROM /* Bootrom will load u-boot binary to 0x60000000 once return from SPL */ #endif -- cgit v1.2.3