summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC837XERDB.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2009-07-07 18:04:21 -0500
committerKim Phillips <kim.phillips@freescale.com>2009-07-14 14:58:39 -0500
commit4a9932a4364b548773bc131bf85e24a2ec15f2b0 (patch)
tree44cd6e87384512b91ba7081231f77b9eabfcdff8 /include/configs/MPC837XERDB.h
parentc31e13260bcd048a94412a47b004386ea6112acf (diff)
downloadtalos-obmc-uboot-4a9932a4364b548773bc131bf85e24a2ec15f2b0.tar.gz
talos-obmc-uboot-4a9932a4364b548773bc131bf85e24a2ec15f2b0.zip
mpc83xx: increase MONITOR_LEN to offset growing pains
Saving the environment leads to overwriting u-boot itself, bricking boards. Increase u-boot's image size so the environment base address doesn't end up overlapping u-boot text. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC837XERDB.h')
-rw-r--r--include/configs/MPC837XERDB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h
index 2b7d62954b..0205c99399 100644
--- a/include/configs/MPC837XERDB.h
+++ b/include/configs/MPC837XERDB.h
@@ -228,7 +228,7 @@
#undef CONFIG_SYS_RAMBOOT
#endif
-#define CONFIG_SYS_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Mon */
+#define CONFIG_SYS_MONITOR_LEN (384 * 1024) /* Reserve 384 kB for Mon */
#define CONFIG_SYS_MALLOC_LEN (512 * 1024) /* Reserved for malloc */
/*
OpenPOWER on IntegriCloud