summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8572DS.h
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2014-04-25 12:06:17 -0700
committerYork Sun <yorksun@freescale.com>2014-05-13 08:31:22 -0700
commit18025756b5e79ae96f67e1b5ac87d5ff6467d1cc (patch)
tree8b617e4448055fdd426ec7d36ffba3c21a9c4f59 /include/configs/MPC8572DS.h
parentca721fb292c0d17c586caf1993a22a10f6fffd9c (diff)
downloadtalos-obmc-uboot-18025756b5e79ae96f67e1b5ac87d5ff6467d1cc.tar.gz
talos-obmc-uboot-18025756b5e79ae96f67e1b5ac87d5ff6467d1cc.zip
powerpc/mpc8572ds: Increase u-boot size to 768KB
U-boot image has grown and exceeded the predefined 512KB. Increasing to 768KB to align with other powerpc boards. Tested on MPC8572DS for 32- and 36-bit targets with NOR flash boot. NAND boot is not covered by this patch. Also update board maintainer for these boards. Signed-off-by: York Sun <yorksun@freescale.com> Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/MPC8572DS.h')
-rw-r--r--include/configs/MPC8572DS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h
index 7b63945888..3a30febcba 100644
--- a/include/configs/MPC8572DS.h
+++ b/include/configs/MPC8572DS.h
@@ -30,7 +30,7 @@
#endif
#ifndef CONFIG_SYS_TEXT_BASE
-#define CONFIG_SYS_TEXT_BASE 0xeff80000
+#define CONFIG_SYS_TEXT_BASE 0xeff40000
#endif
#ifndef CONFIG_RESET_VECTOR_ADDRESS
OpenPOWER on IntegriCloud