board: phytec: phycore_am6xx: Add rauc to bootmeths
authorWadim Egorov <w.egorov@phytec.de>
Mon, 18 Aug 2025 10:26:05 +0000 (12:26 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 25 Aug 2025 16:15:16 +0000 (10:15 -0600)
Add rauc to bootmeths variable if BOOTMETH_RAUC is enabled.
This is setting a proper default for RAUC enabled systems.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Reviewed-by: Martin Schwan <m.schwan@phytec.de>
board/phytec/phycore_am62ax/phycore_am62ax.env
board/phytec/phycore_am62x/phycore_am62x.env
board/phytec/phycore_am64x/phycore_am64x.env

index 7979040..ff4ab8c 100644 (file)
@@ -25,5 +25,9 @@ spi_fdt_addr=0x700000
 spi_image_addr=0x800000
 spi_ramdisk_addr=0x2200000
 
+#ifdef CONFIG_BOOTMETH_RAUC
+bootmeths=rauc script efi extlinux pxe
+#else
 bootmeths=script efi extlinux pxe
+#endif
 boot_targets=mmc1 mmc0 spi_flash dhcp
index 7979040..ff4ab8c 100644 (file)
@@ -25,5 +25,9 @@ spi_fdt_addr=0x700000
 spi_image_addr=0x800000
 spi_ramdisk_addr=0x2200000
 
+#ifdef CONFIG_BOOTMETH_RAUC
+bootmeths=rauc script efi extlinux pxe
+#else
 bootmeths=script efi extlinux pxe
+#endif
 boot_targets=mmc1 mmc0 spi_flash dhcp
index 36ab16e..cbaf45b 100644 (file)
@@ -24,5 +24,9 @@ spi_fdt_addr=0x700000
 spi_image_addr=0x800000
 spi_ramdisk_addr=0x2200000
 
+#ifdef CONFIG_BOOTMETH_RAUC
+bootmeths=rauc script efi extlinux pxe
+#else
 bootmeths=script efi extlinux pxe
+#endif
 boot_targets=mmc1 mmc0 spi_flash dhcp