sunxi: increase default boot partition to 32 MiB

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2025-06-19 14:43:51 +08:00
parent f4e1608464
commit da3f070010
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -322,7 +322,7 @@ menu "Target Images"
depends on USES_BOOT_PART
default 8 if TARGET_apm821xx_sata
default 16 if TARGET_rockchip
default 64 if TARGET_bcm27xx || TARGET_sunxi_cortexa53
default 64 if TARGET_bcm27xx
default 128 if TARGET_armsr
default 32

View File

@ -1,5 +1,5 @@
config SUNXI_SD_BOOT_PARTSIZE
int "Boot (SD Card) filesystem partition size (in MB)"
depends on TARGET_sunxi
default 20
default 32