rsa: sig: fix config signature check for fit with padding
[oweals/u-boot.git] / disk / Kconfig
index 28fb81c2ee6d16d6a2e3d679740c8336aa17d13b..747275c2ba140c9c3c913baf2d59556d89ac3e27 100644 (file)
@@ -46,6 +46,7 @@ config DOS_PARTITION
 config SPL_DOS_PARTITION
        bool "Enable MS Dos partition table for SPL"
        depends on SPL && PARTITIONS
+       default n if ARCH_SUNXI
        default y if DOS_PARTITION
 
 config ISO_PARTITION
@@ -112,6 +113,7 @@ config EFI_PARTITION_ENTRIES_OFF
 config SPL_EFI_PARTITION
        bool "Enable EFI GPT partition table for SPL"
        depends on  SPL && PARTITIONS
+       default n if ARCH_SUNXI
        default y if EFI_PARTITION
 
 config PARTITION_UUIDS