openwrt/target/linux/mxs/image/Config.in
Zoltan HERPAI 6e428a8490 mxs: fix SD-card image generation for OLinuXino boards
Fixes: mxs: add generic subtarget (64ef920)

Adding the generic target caused the TARGET_BOOTFS_PARTSIZE to stay
hidden for these boards, crashing the FAT filesystem creation.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
2023-01-27 23:19:38 +01:00

9 lines
372 B
Plaintext

config TARGET_BOOTFS_PARTSIZE
int "Boot (SD Card) filesystem partition size (in MB)"
depends on TARGET_mxs_generic_olinuxino-maxi || TARGET_mxs_generic_olinuxino-micro
default 8
help
On the Olimex OLinuXino boards, mainline U-Boot loads the
linux kernel and device tree file from a FAT partition.
The default value of 8 MB should be more than adequate.