summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8536DS.h
diff options
context:
space:
mode:
authorHaijun.Zhang <Haijun.Zhang@freescale.com>2014-04-10 11:16:30 +0800
committerYork Sun <yorksun@freescale.com>2014-04-22 17:58:51 -0700
commite2c9bc5ea6e0ff318d8e6ea27dc37826b6627a95 (patch)
treea38343443105d217d1c62fd8dbd31bfb01435efe /include/configs/MPC8536DS.h
parent9307cbaba99936847a24c9d154eaa709ffff3a26 (diff)
downloadtalos-obmc-uboot-e2c9bc5ea6e0ff318d8e6ea27dc37826b6627a95.tar.gz
talos-obmc-uboot-e2c9bc5ea6e0ff318d8e6ea27dc37826b6627a95.zip
Powerpc/mpc8536DS: Increase SPI/SD uboot Image size to 768K
u-boot binary size for Freescale mpc8536DS platforms is 512KB. This has been reached to upper limit of the platforms and causig linker error. So increase the u-boot binary size to 768KB. Signed-off-by: Haijun Zhang <Haijun.Zhang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/MPC8536DS.h')
-rw-r--r--include/configs/MPC8536DS.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h
index faa5495cb4..f15e1626f0 100644
--- a/include/configs/MPC8536DS.h
+++ b/include/configs/MPC8536DS.h
@@ -31,13 +31,13 @@
#ifdef CONFIG_SDCARD
#define CONFIG_RAMBOOT_SDCARD 1
-#define CONFIG_SYS_TEXT_BASE 0xf8f80000
+#define CONFIG_SYS_TEXT_BASE 0xf8f40000
#define CONFIG_RESET_VECTOR_ADDRESS 0xf8fffffc
#endif
#ifdef CONFIG_SPIFLASH
#define CONFIG_RAMBOOT_SPIFLASH 1
-#define CONFIG_SYS_TEXT_BASE 0xf8f80000
+#define CONFIG_SYS_TEXT_BASE 0xf8f40000
#define CONFIG_RESET_VECTOR_ADDRESS 0xf8fffffc
#endif
OpenPOWER on IntegriCloud