From 437765b364316ef52496026d9f306bbe28efcbd1 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Sat, 4 Nov 2023 02:21:42 -0500 Subject: [PATCH] board: ti: j721e: j721e.env: Add explicit boot_targets Add explicit boot_targets to indicate the specific boot sequence to follow. Signed-off-by: Nishanth Menon Reviewed-by: Neha Malcom Francis --- board/ti/j721e/j721e.env | 1 + 1 file changed, 1 insertion(+) diff --git a/board/ti/j721e/j721e.env b/board/ti/j721e/j721e.env index 8cc8232fc1..cb27bf5e2b 100644 --- a/board/ti/j721e/j721e.env +++ b/board/ti/j721e/j721e.env @@ -31,6 +31,7 @@ addr_mcur5f0_0load=0x89000000 name_mcur5f0_0fw=/lib/firmware/j7200-mcu-r5f0_0-fw #endif +boot_targets=mmc1 mmc0 usb pxe dhcp boot=mmc mmcdev=1 bootpart=1:2 -- 2.39.5