2023-01-30 01:26:10 +08:00
|
|
|
config MXS_SD_BOOT_PARTSIZE
|
2015-03-27 07:34:43 +08:00
|
|
|
int "Boot (SD Card) filesystem partition size (in MB)"
|
2023-01-30 01:26:10 +08:00
|
|
|
depends on TARGET_mxs
|
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.
|