Re: [U-Boot] [PATCH 2/4] arm64: a37xx: add distro compatible env vars

2018-01-10 Thread Stefan Roese
On 02.12.2017 10:46, Andre Heider wrote: the values of dt_addr_r/kernel_addr_r/ramdisk_addr_r are taken from the downstream 'u-boot-2017.03-armada-17.10' release. the chosen values of scriptaddr and pxefile_addr_r are below fdt_addr_r, in 1MB steps. Signed-off-by: Andre Heider --- include/co

[U-Boot] [PATCH 2/4] arm64: a37xx: add distro compatible env vars

2017-12-02 Thread Andre Heider
the values of dt_addr_r/kernel_addr_r/ramdisk_addr_r are taken from the downstream 'u-boot-2017.03-armada-17.10' release. the chosen values of scriptaddr and pxefile_addr_r are below fdt_addr_r, in 1MB steps. Signed-off-by: Andre Heider --- include/configs/mvebu_armada-37xx.h | 7 +++ 1 fil