[U-Boot] [PATCH 1/7] arm: mvebu: helios4: Update Load address

Dennis Gilmore dgilmore at redhat.com
Wed Nov 28 13:40:10 UTC 2018


I would strongly prefer to keep the addresses consistent across
platforms in u-boot. Is there bugs you are seeing as a result of this?

Dennis

On Wed, 2018-11-28 at 16:59 +0800, Aditya Prayoga wrote:
> Use the values from U-Boot 2013.01 Marvell version: 2015_T1.0p16
> 
> Signed-off-by: Aditya Prayoga <aditya at kobol.io>
> ---
>  include/configs/helios4.h | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/include/configs/helios4.h b/include/configs/helios4.h
> index ce912ea..c289490 100644
> --- a/include/configs/helios4.h
> +++ b/include/configs/helios4.h
> @@ -145,11 +145,11 @@
>  	func(PXE, pxe, na) \
>  	func(DHCP, dhcp, na)
>  
> -#define KERNEL_ADDR_R	__stringify(0x800000)
> -#define FDT_ADDR_R	__stringify(0x100000)
> -#define RAMDISK_ADDR_R	__stringify(0x1800000)
> -#define SCRIPT_ADDR_R	__stringify(0x200000)
> -#define PXEFILE_ADDR_R	__stringify(0x300000)
> +#define KERNEL_ADDR_R	__stringify(0x2080000)
> +#define FDT_ADDR_R	__stringify(0x2040000)
> +#define RAMDISK_ADDR_R	__stringify(0x2880000)
> +#define SCRIPT_ADDR_R	__stringify(0x3000000)
> +#define PXEFILE_ADDR_R	__stringify(0x3100000)
>  
>  #define LOAD_ADDRESS_ENV_SETTINGS \
>  	"kernel_addr_r=" KERNEL_ADDR_R "\0" \



More information about the U-Boot mailing list