You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
356 B
8 lines
356 B
config TARGET_BOOTFS_PARTSIZE
|
|
int "Boot (SD Card) filesystem partition size (in MB)"
|
|
depends on TARGET_mxs_olinuxino-maxi || TARGET_mxs_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.
|
|
|