mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 15:43:44 +08:00
rockchip: include: configs: Remove unused SDRAM_BANK_SIZE
Remove unused SDRAM_BANK_SIZE define. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
85db421cdb
commit
981f0545d3
@ -8,6 +8,4 @@
|
||||
|
||||
#include <configs/rk3328_common.h>
|
||||
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
|
||||
#endif
|
||||
|
@ -13,6 +13,4 @@
|
||||
|
||||
#include <configs/rk3399_common.h>
|
||||
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
|
||||
#endif
|
||||
|
@ -14,6 +14,4 @@
|
||||
|
||||
#include <configs/rk3399_common.h>
|
||||
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
|
||||
#endif
|
||||
|
@ -14,6 +14,4 @@
|
||||
|
||||
#include <configs/rk3399_common.h>
|
||||
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
|
||||
#endif
|
||||
|
@ -8,6 +8,4 @@
|
||||
|
||||
#include <configs/rk3399_common.h>
|
||||
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
|
||||
#endif
|
||||
|
@ -15,7 +15,6 @@
|
||||
|
||||
#define CFG_SYS_SDRAM_BASE 0
|
||||
#define SDRAM_MAX_SIZE 0xff000000
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
|
||||
#define ENV_MEM_LAYOUT_SETTINGS \
|
||||
"scriptaddr=0x00500000\0" \
|
||||
|
@ -12,7 +12,6 @@
|
||||
#define CFG_IRAM_BASE 0x10080000
|
||||
|
||||
#define CFG_SYS_SDRAM_BASE 0x60000000
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
#define SDRAM_MAX_SIZE 0x80000000
|
||||
|
||||
#define ENV_MEM_LAYOUT_SETTINGS \
|
||||
|
@ -13,7 +13,6 @@
|
||||
#define CFG_IRAM_BASE 0x10080000
|
||||
|
||||
#define CFG_SYS_SDRAM_BASE 0x60000000
|
||||
#define SDRAM_BANK_SIZE (512UL << 20UL)
|
||||
#define SDRAM_MAX_SIZE 0x80000000
|
||||
|
||||
#define ENV_MEM_LAYOUT_SETTINGS \
|
||||
|
@ -14,7 +14,6 @@
|
||||
#define CFG_IRAM_BASE 0xff700000
|
||||
|
||||
#define CFG_SYS_SDRAM_BASE 0
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
#define SDRAM_MAX_SIZE 0xfe000000
|
||||
|
||||
#define ENV_MEM_LAYOUT_SETTINGS \
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
#define CFG_SYS_SDRAM_BASE 0
|
||||
#define SDRAM_MAX_SIZE 0xff000000
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
|
||||
#define ENV_MEM_LAYOUT_SETTINGS \
|
||||
"scriptaddr=0x00500000\0" \
|
||||
|
@ -13,6 +13,4 @@
|
||||
|
||||
#include <configs/rk3399_common.h>
|
||||
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
|
||||
#endif
|
||||
|
@ -13,5 +13,4 @@
|
||||
|
||||
#include <configs/rk3399_common.h>
|
||||
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
#endif
|
||||
|
@ -13,5 +13,4 @@
|
||||
|
||||
#include <configs/rk3399_common.h>
|
||||
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user