From: Robin van der Gracht <[email protected]> There is a usb boot script in the enviromnent. Bare device boots work well with bootspec but we decided to not use that anymore.
Signed-off-by: Robin van der Gracht <[email protected]> Signed-off-by: Oleksij Rempel <[email protected]> --- arch/arm/boards/protonic-imx6/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boards/protonic-imx6/board.c b/arch/arm/boards/protonic-imx6/board.c index 6eb31a4bc4..e7938ac0fd 100644 --- a/arch/arm/boards/protonic-imx6/board.c +++ b/arch/arm/boards/protonic-imx6/board.c @@ -340,7 +340,7 @@ static void prt_imx6_check_usb_boot(void *data) second_word++; if (strncmp(second_word, "usb", 3) == 0) { - bootsrc = usbdisk; + bootsrc = "usb"; } else if (strncmp(second_word, "recovery", 8) == 0) { bootsrc = "recovery"; } else { -- 2.30.2 _______________________________________________ barebox mailing list [email protected] http://lists.infradead.org/mailman/listinfo/barebox
