public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] powerpc/mpc85xx:Update RESET_VECTOR_ADDRESS for 768KB u-boot size
@ 2014-09-29  5:44 Ruchika Gupta
  2014-09-29 16:48 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Ruchika Gupta @ 2014-09-29  5:44 UTC (permalink / raw)
  To: u-boot

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>
---
 include/configs/P1010RDB.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index 54365a2..7039da4 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
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] powerpc/mpc85xx:Update RESET_VECTOR_ADDRESS for 768KB u-boot size
  2014-09-29  5:44 [U-Boot] [PATCH] powerpc/mpc85xx:Update RESET_VECTOR_ADDRESS for 768KB u-boot size Ruchika Gupta
@ 2014-09-29 16:48 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2014-09-29 16:48 UTC (permalink / raw)
  To: u-boot

On 09/28/2014 10:44 PM, Ruchika Gupta wrote:
> 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>
> ---
>  include/configs/P1010RDB.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
> index 54365a2..7039da4 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
> 

Subject could be more specific. But this doesn't warrant another version. I can
fix it when applying it.

York

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-29 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-29  5:44 [U-Boot] [PATCH] powerpc/mpc85xx:Update RESET_VECTOR_ADDRESS for 768KB u-boot size Ruchika Gupta
2014-09-29 16:48 ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox