From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 31 Aug 2020 15:06:36 +0200 Subject: [PATCH v2 3/4] arm: mvebu: Espressobin: Define fdt_addr and kernel_addr env aliases In-Reply-To: <20200827130128.22389-3-pali@kernel.org> References: <20200824142502.7281-1-pali@kernel.org> <20200827130128.22389-1-pali@kernel.org> <20200827130128.22389-3-pali@kernel.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 27.08.20 15:01, Pali Roh?r wrote: > Boot scripts for existing Espressobin Linux distributions, like OpenWRT, > expect that U-Boot set fdt_addr and kernel_addr envs. So add env aliases > from fdt_addr_r and kernel_addr_r values. > > Signed-off-by: Pali Roh?r Applied to u-boot-marvell/master Thanks, Stefan > --- > include/configs/mvebu_armada-37xx.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h > index 93c05e30cc..905ce09b7a 100644 > --- a/include/configs/mvebu_armada-37xx.h > +++ b/include/configs/mvebu_armada-37xx.h > @@ -90,10 +90,13 @@ > > #include > > +/* fdt_addr and kernel_addr are needed for existing distribution boot scripts */ > #define CONFIG_EXTRA_ENV_SETTINGS \ > "scriptaddr=0x6d00000\0" \ > "pxefile_addr_r=0x6e00000\0" \ > + "fdt_addr=0x6f00000\0" \ > "fdt_addr_r=0x6f00000\0" \ > + "kernel_addr=0x7000000\0" \ > "kernel_addr_r=0x7000000\0" \ > "ramdisk_addr_r=0xa000000\0" \ > BOOTENV > 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