config: change references from armvirt to armsr
authorMathew McBride <matt@traverse.com.au>
Tue, 6 Jun 2023 23:22:01 +0000 (23:22 +0000)
committerPetr Štetiar <ynezz@true.cz>
Sat, 10 Jun 2023 19:30:20 +0000 (21:30 +0200)
armvirt target has been renamed to armsr (Arm SystemReady),
so the config defaults need to be changed as well.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
config/Config-images.in

index d92c31ec5fcefa7d77e6287005ccec8972b848e3..ea7b3d37c3d5decc4adb0c192d483576197fd572 100644 (file)
@@ -204,12 +204,12 @@ menu "Target Images"
 
        config GRUB_EFI_IMAGES
                bool "Build GRUB EFI images (Linux x86 or x86_64 host only)"
-               depends on TARGET_x86 || TARGET_armvirt
+               depends on TARGET_x86 || TARGET_armsr
                depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
                select PACKAGE_grub2 if TARGET_x86
                select PACKAGE_grub2-efi if TARGET_x86
                select PACKAGE_grub2-bios-setup if TARGET_x86
-               select PACKAGE_grub2-efi-arm if TARGET_armvirt
+               select PACKAGE_grub2-efi-arm if TARGET_armsr
                select PACKAGE_kmod-fs-vfat
                default y
 
@@ -267,7 +267,7 @@ menu "Target Images"
 
        config VMDK_IMAGES
                bool "Build VMware image files (VMDK)"
-               depends on TARGET_x86 || TARGET_armvirt
+               depends on TARGET_x86 || TARGET_armsr
                depends on GRUB_IMAGES || GRUB_EFI_IMAGES
                select PACKAGE_kmod-e1000
 
@@ -279,7 +279,7 @@ menu "Target Images"
 
        config TARGET_IMAGES_GZIP
                bool "GZip images"
-               depends on TARGET_ROOTFS_EXT4FS || TARGET_x86 || TARGET_armvirt || TARGET_malta
+               depends on TARGET_ROOTFS_EXT4FS || TARGET_x86 || TARGET_armsr || TARGET_malta
                default y
 
        comment "Image Options"
@@ -292,7 +292,7 @@ menu "Target Images"
                depends on USES_BOOT_PART
                default 8 if TARGET_apm821xx_sata
                default 64 if TARGET_bcm27xx
-               default 128 if TARGET_armvirt
+               default 128 if TARGET_armsr
                default 16
 
        config TARGET_ROOTFS_PARTSIZE