mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 06:04:40 +08:00
rockchip: rk3288: update u-boot raw image size for all boards
Some rk3288 boards are using raw image of u-boot.bin, and now it's much bigger than default 200KB, update CONFIG_SYS_MONITOR_LEN to 600KB. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
680028a92d
commit
5631e197ae
@ -35,6 +35,8 @@
|
||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||
#define SDRAM_MAX_SIZE 0xfe000000
|
||||
|
||||
#define CONFIG_SYS_MONITOR_LEN (600 * 1024)
|
||||
|
||||
#ifndef CONFIG_SPL_BUILD
|
||||
/* usb otg */
|
||||
|
||||
|
@ -18,6 +18,5 @@
|
||||
func(DHCP, dchp, na)
|
||||
|
||||
#define CONFIG_SYS_MMC_ENV_DEV 1
|
||||
#define CONFIG_SYS_MONITOR_LEN (600 * 1024)
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user