[PATCH] board: venice: add spl_board_loader_name

2022-04-12 Thread sbabic
> Implement spl_board_loader_name to provide more meaningful device names > vs MMC1 and MMC2. > Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

RE: [PATCH] board: venice: add spl_board_loader_name

2022-03-08 Thread Peng Fan
> Subject: [PATCH] board: venice: add spl_board_loader_name > > Implement spl_board_loader_name to provide more meaningful device > names vs MMC1 and MMC2. > > Signed-off-by: Tim Harvey Nice. Reviewed-by: Peng Fan > --- > board/gateworks/venice/spl.c | 14

[PATCH] board: venice: add spl_board_loader_name

2022-03-08 Thread Tim Harvey
Implement spl_board_loader_name to provide more meaningful device names vs MMC1 and MMC2. Signed-off-by: Tim Harvey --- board/gateworks/venice/spl.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/board/gateworks/venice/spl.c b/board/gateworks/venice/spl.c index 8b301570577c.