tn3399_openwrt/target/linux/mxs/image/Config.in
Zoltan Herpai ce59fe6b3d mxs: re-work SD card image generation
- Duckbill uses a different partitioning approach than standard
  FSL and Olimex
- use new sdimage to integrate U-Boot into the SD card images

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

SVN-Revision: 47021
2015-09-21 21:10:43 +00:00

9 lines
356 B
Plaintext

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.