diff mbox series

configs: meson64: add fdtoverlay_addr_r

Message ID 20210210142605.1372944-1-narmstrong@baylibre.com
State Accepted, archived
Commit 266637db88e37686b160722e183571567c61ad1a
Delegated to: Neil Armstrong
Headers show
Series configs: meson64: add fdtoverlay_addr_r | expand

Commit Message

Neil Armstrong Feb. 10, 2021, 2:26 p.m. UTC
In order to support loading FTD Overlays when booting with the pxe
command (or extlinux.conf), supported with [1], add the missing
fdtoverlay_addr_r used to load the overlay before applying it to
the FDT loaded at fdt_addr_r.

[1] https://patchwork.ozlabs.org/project/uboot/patch/20210120085453.2783678-1-narmstrong@baylibre.com/

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 include/configs/meson64.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Neil Armstrong Feb. 24, 2021, 2:28 p.m. UTC | #1
On 10/02/2021 15:26, Neil Armstrong wrote:
> In order to support loading FTD Overlays when booting with the pxe
> command (or extlinux.conf), supported with [1], add the missing
> fdtoverlay_addr_r used to load the overlay before applying it to
> the FDT loaded at fdt_addr_r.
> 
> [1] https://patchwork.ozlabs.org/project/uboot/patch/20210120085453.2783678-1-narmstrong@baylibre.com/
> 
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
>  include/configs/meson64.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/meson64.h b/include/configs/meson64.h
> index 52cc01f73d..7e97f89052 100644
> --- a/include/configs/meson64.h
> +++ b/include/configs/meson64.h
> @@ -80,6 +80,7 @@
>  	"scriptaddr=0x08000000\0" \
>  	"kernel_addr_r=0x08080000\0" \
>  	"pxefile_addr_r=0x01080000\0" \
> +	"fdtoverlay_addr_r=0x01000000\0" \
>  	"ramdisk_addr_r=0x13000000\0" \
>  	"fdtfile=amlogic/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
>  	BOOTENV
> 

Applied to u-boot-amlogic
diff mbox series

Patch

diff --git a/include/configs/meson64.h b/include/configs/meson64.h
index 52cc01f73d..7e97f89052 100644
--- a/include/configs/meson64.h
+++ b/include/configs/meson64.h
@@ -80,6 +80,7 @@ 
 	"scriptaddr=0x08000000\0" \
 	"kernel_addr_r=0x08080000\0" \
 	"pxefile_addr_r=0x01080000\0" \
+	"fdtoverlay_addr_r=0x01000000\0" \
 	"ramdisk_addr_r=0x13000000\0" \
 	"fdtfile=amlogic/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
 	BOOTENV