[PATCH] board: gateworks: venice: display dram speed

2023-07-11 Thread sbabic
> Display dram speed during configuration. > Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,Managing Director: Erika Unter HRB 165235

[PATCH] board: gateworks: venice: display dram speed

2023-06-09 Thread Tim Harvey
Display dram speed during configuration. Signed-off-by: Tim Harvey --- board/gateworks/venice/spl.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/board/gateworks/venice/spl.c b/board/gateworks/venice/spl.c index 50056da3ee0f..c81498e830d6 100644 ---