]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc/P1010RDB:Update RESET_VECTOR_ADDRESS for 768KB u-boot size
authorRuchika Gupta <ruchika.gupta@freescale.com>
Mon, 29 Sep 2014 05:44:35 +0000 (11:14 +0530)
committerYork Sun <yorksun@freescale.com>
Thu, 16 Oct 2014 21:15:20 +0000 (14:15 -0700)
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>
include/configs/P1010RDB.h

index a373990e5d014e9a28c16f08615d22b18144e892..321932781bce51baa9fe856d19b1e2af2837c278 100644 (file)
@@ -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