diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-22 19:59:08 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-26 17:30:26 +0800 |
commit | 7a9dd60749bea72dfe985fca8748583129bb3dab (patch) | |
tree | de7f79474ba569d56051a170aa7ab04be0fbc41a /include/configs/rk3188_common.h | |
parent | 70c2f590c88b75a9b41d5b655ad7e4475ba06d5f (diff) |
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 <kever.yang@rock-chips.com>
Diffstat (limited to 'include/configs/rk3188_common.h')
-rw-r--r-- | include/configs/rk3188_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |