diff options
| author | Wadim Egorov <[email protected]> | 2025-05-08 17:15:44 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-22 13:51:55 -0600 |
| commit | e423e35d0d0ee2871f87f5f00ecf80997feba7df (patch) | |
| tree | 9ba80612cee06fe85521b871af14301336b1379c /board/phytec/phycore_am64x | |
| parent | 04c1a5b0d6029dd21f17fe649f9f11dd05f9e5b4 (diff) | |
board: phytec: phycore_am6xx: Set bootmeths & boot_targets environment
As part of our migration to the standard boot process, configure the
default values for the bootmeths and boot_targets environment variables.
Signed-off-by: Wadim Egorov <[email protected]>
Diffstat (limited to 'board/phytec/phycore_am64x')
| -rw-r--r-- | board/phytec/phycore_am64x/phycore_am64x.env | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/phytec/phycore_am64x/phycore_am64x.env b/board/phytec/phycore_am64x/phycore_am64x.env index d04a3be6864..36ab16e2f7a 100644 --- a/board/phytec/phycore_am64x/phycore_am64x.env +++ b/board/phytec/phycore_am64x/phycore_am64x.env @@ -23,3 +23,6 @@ get_cmd=tftp spi_fdt_addr=0x700000 spi_image_addr=0x800000 spi_ramdisk_addr=0x2200000 + +bootmeths=script efi extlinux pxe +boot_targets=mmc1 mmc0 spi_flash dhcp |
