Skip to content
Snippets Groups Projects
Commit 84e0fb40 authored by Ruchika Gupta's avatar Ruchika Gupta Committed by York Sun
Browse files

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: default avatarRuchika Gupta <ruchika.gupta@freescale.com>
[York Sun: Modified subject to P1010RDB]
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent c43fd23c
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
#ifdef CONFIG_SECURE_BOOT #ifdef CONFIG_SECURE_BOOT
#define CONFIG_RAMBOOT_SPIFLASH #define CONFIG_RAMBOOT_SPIFLASH
#define CONFIG_SYS_TEXT_BASE 0x11000000 #define CONFIG_SYS_TEXT_BASE 0x11000000
#define CONFIG_RESET_VECTOR_ADDRESS 0x1107fffc #define CONFIG_RESET_VECTOR_ADDRESS 0x110bfffc
#else #else
#define CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT #define CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT
#define CONFIG_SPL_DRIVERS_MISC_SUPPORT #define CONFIG_SPL_DRIVERS_MISC_SUPPORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment