[U-Boot] [PATCH 04/23] ARM: rmobile: Update link address to match latest BL2

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Sat May 13 21:38:41 UTC 2017


Applied to rmobile branch, thanks!

2017-05-13 22:57 GMT+09:00 Marek Vasut <marek.vasut at gmail.com>:
> Update the CONFIG_SYS_TEXT_BASE to match BL2 Rev.1.0.9 and newer,
> which loads the U-Boot to 0x50000000 .
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
> Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx at renesas.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> ---
>  include/configs/rcar-gen3-common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h
> index 056aea3fdb..c87d31950f 100644
> --- a/include/configs/rcar-gen3-common.h
> +++ b/include/configs/rcar-gen3-common.h
> @@ -52,7 +52,7 @@
>  #define CONFIG_SYS_BAUDRATE_TABLE      { 115200, 38400 }
>
>  /* MEMORY */
> -#define CONFIG_SYS_TEXT_BASE           0x49000000
> +#define CONFIG_SYS_TEXT_BASE           0x50000000
>  #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_TEXT_BASE + 0x7fff0)
>
>  #define CONFIG_SYS_SDRAM_BASE          (0x48000000)
> --
> 2.11.0
>



-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


More information about the U-Boot mailing list