summaryrefslogtreecommitdiffstats
path: root/include/configs/P1010RDB.h
diff options
context:
space:
mode:
authorRuchika Gupta <ruchika.gupta@freescale.com>2014-09-29 11:14:35 +0530
committerYork Sun <yorksun@freescale.com>2014-10-16 14:15:20 -0700
commit84e0fb403d2271a858799776a410ecc070422f66 (patch)
tree451f433a9dfc1b54d9f3e64f12e71082f3070918 /include/configs/P1010RDB.h
parentc43fd23cf619856b0763a64a6a3bcf3663058c49 (diff)
downloadblackbird-obmc-uboot-84e0fb403d2271a858799776a410ecc070422f66.tar.gz
blackbird-obmc-uboot-84e0fb403d2271a858799776a410ecc070422f66.zip
powerpc/P1010RDB:Update RESET_VECTOR_ADDRESS for 768KB u-boot size
U-boot binary size has been increased from 512KB to 768KB. So update CONFIG_RESET_VECTOR_ADDRESS to reflect the same for P1010 SPI Flash Secure boot target. Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> [York Sun: Modified subject to P1010RDB] 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 a373990e5d..321932781b 100644
--- a/include/configs/P1010RDB.h
+++ b/include/configs/P1010RDB.h
@@ -53,7 +53,7 @@
#ifdef CONFIG_SECURE_BOOT
#define CONFIG_RAMBOOT_SPIFLASH
#define CONFIG_SYS_TEXT_BASE 0x11000000
-#define CONFIG_RESET_VECTOR_ADDRESS 0x1107fffc
+#define CONFIG_RESET_VECTOR_ADDRESS 0x110bfffc
#else
#define CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT
#define CONFIG_SPL_DRIVERS_MISC_SUPPORT
OpenPOWER on IntegriCloud