mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-26 06:09:37 +00:00
6e428a8490
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>
9 lines
372 B
Plaintext
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.
|