diff options
author | Wadim Egorov <w.egorov@phytec.de> | 2025-05-08 17:15:44 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-05-22 13:51:55 -0600 |
commit | e423e35d0d0ee2871f87f5f00ecf80997feba7df (patch) | |
tree | 9ba80612cee06fe85521b871af14301336b1379c | |
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 <w.egorov@phytec.de>
-rw-r--r-- | board/phytec/phycore_am62ax/phycore_am62ax.env | 3 | ||||
-rw-r--r-- | board/phytec/phycore_am62x/phycore_am62x.env | 3 | ||||
-rw-r--r-- | board/phytec/phycore_am64x/phycore_am64x.env | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/board/phytec/phycore_am62ax/phycore_am62ax.env b/board/phytec/phycore_am62ax/phycore_am62ax.env index 40787b0cbcb..797904013dc 100644 --- a/board/phytec/phycore_am62ax/phycore_am62ax.env +++ b/board/phytec/phycore_am62ax/phycore_am62ax.env @@ -24,3 +24,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 diff --git a/board/phytec/phycore_am62x/phycore_am62x.env b/board/phytec/phycore_am62x/phycore_am62x.env index 40787b0cbcb..797904013dc 100644 --- a/board/phytec/phycore_am62x/phycore_am62x.env +++ b/board/phytec/phycore_am62x/phycore_am62x.env @@ -24,3 +24,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 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 |