[PATCH 1/1] arm64: mvebu: correct Armada 8K addresses
Stefan Roese
sr at denx.de
Thu Jun 10 07:15:29 CEST 2021
On 08.06.21 12:00, Heinrich Schuchardt wrote:
> 0x04000000- 0x06000000 is reserved memory. We cannot load to anything here.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
> ---
> include/configs/mvebu_armada-8k.h | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/include/configs/mvebu_armada-8k.h b/include/configs/mvebu_armada-8k.h
> index 38f50468c5..493e3de9b9 100644
> --- a/include/configs/mvebu_armada-8k.h
> +++ b/include/configs/mvebu_armada-8k.h
> @@ -91,11 +91,11 @@
> #include <config_distro_bootcmd.h>
>
> #define CONFIG_EXTRA_ENV_SETTINGS \
> - "scriptaddr=0x4d00000\0" \
> - "pxefile_addr_r=0x4e00000\0" \
> - "fdt_addr_r=0x4f00000\0" \
> - "kernel_addr_r=0x5000000\0" \
> - "ramdisk_addr_r=0x8000000\0" \
> + "scriptaddr=0x6d00000\0" \
> + "pxefile_addr_r=0x6e00000\0" \
> + "fdt_addr_r=0x6f00000\0" \
> + "kernel_addr_r=0x7000000\0" \
> + "ramdisk_addr_r=0xa000000\0" \
> "fdtfile=marvell/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
> BOOTENV
>
> --
> 2.32.0
>
Viele Grüße,
Stefan
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de
More information about the U-Boot
mailing list