summaryrefslogtreecommitdiff
path: root/board/phytec
diff options
context:
space:
mode:
authorWadim Egorov <[email protected]>2025-08-18 12:26:05 +0200
committerTom Rini <[email protected]>2025-08-25 10:15:16 -0600
commit03baafe0623b558f3a6b19fad94f34b42abb537a (patch)
treef581eeca3bde443aa048bfa5f37d4e6519abb59e /board/phytec
parent997c0c45c197dd8bfedc41c72d4579160b018e5e (diff)
board: phytec: phycore_am6xx: Add rauc to bootmeths
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 <[email protected]> Reviewed-by: Martin Schwan <[email protected]>
Diffstat (limited to 'board/phytec')
-rw-r--r--board/phytec/phycore_am62ax/phycore_am62ax.env4
-rw-r--r--board/phytec/phycore_am62x/phycore_am62x.env4
-rw-r--r--board/phytec/phycore_am64x/phycore_am64x.env4
3 files changed, 12 insertions, 0 deletions
diff --git a/board/phytec/phycore_am62ax/phycore_am62ax.env b/board/phytec/phycore_am62ax/phycore_am62ax.env
index 797904013dc..ff4ab8c87b8 100644
--- a/board/phytec/phycore_am62ax/phycore_am62ax.env
+++ b/board/phytec/phycore_am62ax/phycore_am62ax.env
@@ -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
diff --git a/board/phytec/phycore_am62x/phycore_am62x.env b/board/phytec/phycore_am62x/phycore_am62x.env
index 797904013dc..ff4ab8c87b8 100644
--- a/board/phytec/phycore_am62x/phycore_am62x.env
+++ b/board/phytec/phycore_am62x/phycore_am62x.env
@@ -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
diff --git a/board/phytec/phycore_am64x/phycore_am64x.env b/board/phytec/phycore_am64x/phycore_am64x.env
index 36ab16e2f7a..cbaf45b3ace 100644
--- a/board/phytec/phycore_am64x/phycore_am64x.env
+++ b/board/phytec/phycore_am64x/phycore_am64x.env
@@ -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