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>
This commit is contained in:
Wadim Egorov 2025-05-08 17:15:44 +02:00 committed by Tom Rini
parent 04c1a5b0d6
commit e423e35d0d
3 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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