All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rk3399_common: setup fdtoverlay_addr_r value
@ 2021-05-26  9:34 Artem Lapkin
  2021-06-01 12:16 ` Kever Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Artem Lapkin @ 2021-05-26  9:34 UTC (permalink / raw)
  To: kever.yang
  Cc: sjg, philipp.tomsich, pbrobinson, aford173, jagan, sunil, u-boot,
	art, nick, gouwa

fdtoverlay (pxe_utils) require define fdtoverlay_addr_r env variable
for example sunxi-common.h meson64.h already have it.

Signed-off-by: Artem Lapkin <art@khadas.com>
---
 include/configs/rk3399_common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h
index f0be3830..13d15b1f 100644
--- a/include/configs/rk3399_common.h
+++ b/include/configs/rk3399_common.h
@@ -51,6 +51,7 @@
 	"script_size_f=0x2000\0" \
 	"pxefile_addr_r=0x00600000\0" \
 	"fdt_addr_r=0x01f00000\0" \
+	"fdtoverlay_addr_r=0x02000000\0" \
 	"kernel_addr_r=0x02080000\0" \
 	"ramdisk_addr_r=0x06000000\0" \
 	"kernel_comp_addr_r=0x08000000\0" \
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] rk3399_common: setup fdtoverlay_addr_r value
  2021-05-26  9:34 [PATCH] rk3399_common: setup fdtoverlay_addr_r value Artem Lapkin
@ 2021-06-01 12:16 ` Kever Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Kever Yang @ 2021-06-01 12:16 UTC (permalink / raw)
  To: Artem Lapkin
  Cc: sjg, pbrobinson, aford173, jagan, sunil, u-boot, art, nick, gouwa


On 2021/5/26 下午5:34, Artem Lapkin wrote:
> fdtoverlay (pxe_utils) require define fdtoverlay_addr_r env variable
> for example sunxi-common.h meson64.h already have it.
>
> Signed-off-by: Artem Lapkin <art@khadas.com>


Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   include/configs/rk3399_common.h | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h
> index f0be3830..13d15b1f 100644
> --- a/include/configs/rk3399_common.h
> +++ b/include/configs/rk3399_common.h
> @@ -51,6 +51,7 @@
>   	"script_size_f=0x2000\0" \
>   	"pxefile_addr_r=0x00600000\0" \
>   	"fdt_addr_r=0x01f00000\0" \
> +	"fdtoverlay_addr_r=0x02000000\0" \
>   	"kernel_addr_r=0x02080000\0" \
>   	"ramdisk_addr_r=0x06000000\0" \
>   	"kernel_comp_addr_r=0x08000000\0" \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-01 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26  9:34 [PATCH] rk3399_common: setup fdtoverlay_addr_r value Artem Lapkin
2021-06-01 12:16 ` Kever Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.