]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: remove redundant CONFIG_SYS_NS16550_MEM32
authorKever Yang <kever.yang@rock-chips.com>
Mon, 22 Jul 2019 11:59:08 +0000 (19:59 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 26 Jul 2019 09:30:26 +0000 (17:30 +0800)
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 <kever.yang@rock-chips.com>
include/configs/rk3188_common.h
include/configs/rk3328_common.h
include/configs/rk3368_common.h
include/configs/rk3399_common.h

index 1d417028467d19579ce50c25d64f10b9debeac07..ec90088309a956e68c945d5a9b822faf12cf0979 100644 (file)
@@ -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
index 2a81c803b6089295f76195e3b778ca712f25ef28..3a8e37ef988eda99b78248c47fb755cfeaed4e08 100644 (file)
@@ -12,8 +12,6 @@
 #define CONFIG_SYS_CBSIZE              1024
 #define CONFIG_SKIP_LOWLEVEL_INIT
 
-#define CONFIG_SYS_NS16550_MEM32
-
 #define CONFIG_SYS_INIT_SP_ADDR                0x00300000
 #define CONFIG_SYS_LOAD_ADDR           0x00800800
 #define CONFIG_SPL_STACK               0x00400000
index 8a1e3118aebfc4456d198ba061a173bc96ac8843..1a859a7e430483c2275b392b7c8c31f4d9c941fb 100644 (file)
@@ -23,8 +23,6 @@
 #define CONFIG_ROCKCHIP_STIMER_BASE    0xff830020
 #define COUNTER_FREQUENCY              24000000
 
-#define CONFIG_SYS_NS16550_MEM32
-
 #define CONFIG_SYS_INIT_SP_ADDR                0x00300000
 #define CONFIG_SYS_LOAD_ADDR           0x00280000
 
index 8df018028452ce846177a79586688c135b6f7b71..63eac19a4e7eaa6bec652d1ba9a95d11f65725b3 100644 (file)
@@ -15,8 +15,6 @@
 #define COUNTER_FREQUENCY               24000000
 #define CONFIG_ROCKCHIP_STIMER_BASE    0xff8680a0
 
-#define CONFIG_SYS_NS16550_MEM32
-
 #define CONFIG_SYS_INIT_SP_ADDR                0x00300000
 #define CONFIG_SYS_LOAD_ADDR           0x00800800