mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
a0ae7a50e0
Migrate to "new" image generation method. Device profiles will be generated based on image/Makefile instead of profiles/ , which will also allow to automatically build images for all supported devices via buildbot. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
9 lines
309 B
Plaintext
9 lines
309 B
Plaintext
config MXS_SD_BOOT_PARTSIZE
|
|
int "Boot (SD Card) filesystem partition size (in MB)"
|
|
depends on TARGET_mxs
|
|
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.
|