2015-09-22 05:10:43 +08:00
|
|
|
config TARGET_BOOTFS_PARTSIZE
|
2015-03-27 07:34:43 +08:00
|
|
|
int "Boot (SD Card) filesystem partition size (in MB)"
|
2015-09-22 05:10:43 +08:00
|
|
|
depends on TARGET_mxs_olinuxino-maxi || TARGET_mxs_olinuxino-micro
|
2015-03-27 07:34:43 +08:00
|
|
|
default 8
|
2015-09-22 05:10:43 +08:00
|
|
|
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.
|