diff options
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 1a0f28d2a77..d1837d5c4e4 100644 --- a/include/configs/rk3188_common.h +++ b/include/configs/rk3188_common.h @@ -12,7 +12,6 @@ #include "rockchip-common.h" #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY -#define CONFIG_NR_DRAM_BANKS 1 #define CONFIG_SYS_MALLOC_LEN (32 << 20) #define CONFIG_SYS_CBSIZE 1024 @@ -38,7 +37,6 @@ #define CONFIG_BOUNCE_BUFFER #define CONFIG_SYS_SDRAM_BASE 0x60000000 -#define CONFIG_NR_DRAM_BANKS 1 #define SDRAM_BANK_SIZE (2UL << 30) #define SDRAM_MAX_SIZE 0x80000000 |