[PATCH 4/5] board: gateworks: venice: add ftd_file env vars on boot

2021-07-10 Thread sbabic
> The ftd_file* vars can be used by bootscripts to look for > appropriate dtb's > Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing

[PATCH 4/5] board: gateworks: venice: add ftd_file env vars on boot

2021-06-30 Thread Tim Harvey
The ftd_file* vars can be used by bootscripts to look for appropriate dtb's Signed-off-by: Tim Harvey --- board/gateworks/venice/imx8mm_venice.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/board/gateworks/venice/imx8mm_venice.c b/board/gateworks/veni