summaryrefslogtreecommitdiffstats
path: root/include/configs/P1010RDB.h
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2014-03-31 15:31:48 +0530
committerYork Sun <yorksun@freescale.com>2014-04-22 17:58:51 -0700
commit9307cbaba99936847a24c9d154eaa709ffff3a26 (patch)
tree62a92c0285a0b26b3cf215de46f230362d35ad1f /include/configs/P1010RDB.h
parent0938b6094ee0389e3231db667d0263cac8bff258 (diff)
downloadblackbird-obmc-uboot-9307cbaba99936847a24c9d154eaa709ffff3a26.tar.gz
blackbird-obmc-uboot-9307cbaba99936847a24c9d154eaa709ffff3a26.zip
powerpc/mpc85xx:Update MONITOR_LEN for 768KB u-boot size
U-boot binary size has been increased from 512KB to 768KB. So update CONFIG_SYS_MONITOR_LEN to reflect the same. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/P1010RDB.h')
-rw-r--r--include/configs/P1010RDB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index 42eea3b0dd..d612a8b9c4 100644
--- a/include/configs/P1010RDB.h
+++ b/include/configs/P1010RDB.h
@@ -566,7 +566,7 @@ extern unsigned long get_sdram_size(void);
- GENERATED_GBL_DATA_SIZE)
#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
-#define CONFIG_SYS_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Mon*/
+#define CONFIG_SYS_MONITOR_LEN (768 * 1024)
#define CONFIG_SYS_MALLOC_LEN (1024 * 1024) /* Reserved for malloc*/
/*
OpenPOWER on IntegriCloud