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