diff mbox series

[V2,04/12] board: ti: j721e: j721e.env: Add explicit boot_targets

Message ID 20231104072150.3339-5-nm@ti.com
State Accepted
Commit 437765b364316ef52496026d9f306bbe28efcbd1
Delegated to: Tom Rini
Headers show
Series board: ti: j721e: cleanup | expand

Commit Message

Nishanth Menon Nov. 4, 2023, 7:21 a.m. UTC
Add explicit boot_targets to indicate the specific boot sequence to
follow.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 board/ti/j721e/j721e.env | 1 +
 1 file changed, 1 insertion(+)

Comments

Neha Malcom Francis Nov. 7, 2023, 7:09 a.m. UTC | #1
Hi Nishanth,

On 04/11/23 12:51, Nishanth Menon wrote:
> Add explicit boot_targets to indicate the specific boot sequence to
> follow.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
>   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 8cc8232fc131..cb27bf5e2b24 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

Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
diff mbox series

Patch

diff --git a/board/ti/j721e/j721e.env b/board/ti/j721e/j721e.env
index 8cc8232fc131..cb27bf5e2b24 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