Re: [PATCH u-boot-marvell v2 4/6] arm: mvebu: configs: turris_mox: add fdtfile default env variable

2021-06-09 Thread Stefan Roese
On 07.06.21 16:34, Marek Behún wrote: Add default fdtfile environment variable with value marvell/armada-3720-turris-mox.dtb. This can be useful for some boot scenarios. Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan --- include/configs/turris_mox.h | 1 + 1 file

Re: [PATCH u-boot-marvell v2 4/6] arm: mvebu: configs: turris_mox: add fdtfile default env variable

2021-06-08 Thread Pali Rohár
On Monday 07 June 2021 16:34:49 Marek Behún wrote: > Add default fdtfile environment variable with value > marvell/armada-3720-turris-mox.dtb. > > This can be useful for some boot scenarios. > > Signed-off-by: Marek Behún Reviewed-by: Pali Rohár > --- > include/configs/turris_mox.h | 1 + >

[PATCH u-boot-marvell v2 4/6] arm: mvebu: configs: turris_mox: add fdtfile default env variable

2021-06-07 Thread Marek Behún
Add default fdtfile environment variable with value marvell/armada-3720-turris-mox.dtb. This can be useful for some boot scenarios. Signed-off-by: Marek Behún --- include/configs/turris_mox.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/turris_mox.h b/include/configs/turr