aboutsummaryrefslogtreecommitdiff
path: root/include/configs/flea3.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2016-10-17 15:51:35 +0200
committerStefano Babic <sbabic@denx.de>2016-11-16 20:53:55 +0100
commit45a3ad81fafe3090f7f89b458f6bd9f547a453df (patch)
tree8d9c3bc8a172e1d23118595f57caa73925f226ad /include/configs/flea3.h
parent322ac5f1d5e564bca95cce7d8410c215f93a0255 (diff)
downloadu-boot-45a3ad81fafe3090f7f89b458f6bd9f547a453df.zip
u-boot-45a3ad81fafe3090f7f89b458f6bd9f547a453df.tar.gz
u-boot-45a3ad81fafe3090f7f89b458f6bd9f547a453df.tar.bz2
mx35: adjust default environment for flea3 board
Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/flea3.h')
-rw-r--r--include/configs/flea3.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/configs/flea3.h b/include/configs/flea3.h
index 11d9391..0f7b3c8 100644
--- a/include/configs/flea3.h
+++ b/include/configs/flea3.h
@@ -101,10 +101,9 @@
#define CONFIG_CMDLINE_EDITING
#define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
+#define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */
/* Print Buffer Size */
-#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
-#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
+#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
#define CONFIG_SYS_MEMTEST_START 0 /* memtest works on */
@@ -227,8 +226,8 @@
"u-boot=" __stringify(CONFIG_HOSTNAME) "/u-boot.bin\0" \
"load=tftp ${loadaddr} ${u-boot}\0" \
"uboot_addr=" __stringify(CONFIG_SYS_MONITOR_BASE) "\0" \
- "update=protect off ${uboot_addr} +40000;" \
- "erase ${uboot_addr} +40000;" \
+ "update=protect off ${uboot_addr} +80000;" \
+ "erase ${uboot_addr} +80000;" \
"cp.b ${loadaddr} ${uboot_addr} ${filesize}\0" \
"upd=if run load;then echo Updating u-boot;if run update;" \
"then echo U-Boot updated;" \