]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
nios2: Up the monitor size to 512kiB
authorMarek Vasut <marex@denx.de>
Tue, 15 Dec 2015 02:09:23 +0000 (03:09 +0100)
committerThomas Chou <thomas@wytron.com.tw>
Sat, 19 Dec 2015 01:48:14 +0000 (09:48 +0800)
The monitor is growing much larger with various additions, like fitImage,
command line completion, UBI etc. Make the monitor area larger so these
features can be safely added.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
include/configs/10m50_devboard.h
include/configs/3c120_devboard.h

index c99177c6fe6bde838dbaf03a9f6820af4bacdedf..68ef6e5767e125a133729b1a39010dcd99cae5e2 100644 (file)
@@ -63,7 +63,7 @@
 #define CONFIG_SYS_SDRAM_SIZE          0x08000000
 #define CONFIG_NR_DRAM_BANKS           1
 #define CONFIG_MONITOR_IS_IN_RAM
-#define CONFIG_SYS_MONITOR_LEN         0x40000 /* Reserve 256k */
+#define CONFIG_SYS_MONITOR_LEN         0x80000 /* Reserve 512k */
 #define CONFIG_SYS_MONITOR_BASE        (CONFIG_SYS_SDRAM_BASE + \
                                         CONFIG_SYS_SDRAM_SIZE - \
                                         CONFIG_SYS_MONITOR_LEN)
index 0f494e54d6bf349c136bca46660c065b75c6a38f..00e83747223c22a5a787eb80160abd1647f4b8e3 100644 (file)
@@ -66,7 +66,7 @@
 #define CONFIG_SYS_SDRAM_SIZE          0x08000000
 #define CONFIG_NR_DRAM_BANKS           1
 #define CONFIG_MONITOR_IS_IN_RAM
-#define CONFIG_SYS_MONITOR_LEN         0x40000 /* Reserve 256k */
+#define CONFIG_SYS_MONITOR_LEN         0x80000 /* Reserve 512k */
 #define CONFIG_SYS_MONITOR_BASE        (CONFIG_SYS_SDRAM_BASE + \
                                         CONFIG_SYS_SDRAM_SIZE - \
                                         CONFIG_SYS_MONITOR_LEN)