summaryrefslogtreecommitdiffstats
path: root/target/linux/mxs/image/Config.in
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2015-09-21 21:10:43 +0000
committerZoltan Herpai <wigyori@uid0.hu>2015-09-21 21:10:43 +0000
commitce59fe6b3d7ec186a12cf784038cc192a8eb9d4f (patch)
treed92a729e86a5f0d5b47dc8492ef721319e70bdaa /target/linux/mxs/image/Config.in
parentac65377bf7089fa2844ba71722b8999e8e1e0ac7 (diff)
downloadmaster-31e0f0ae-ce59fe6b3d7ec186a12cf784038cc192a8eb9d4f.tar.gz
master-31e0f0ae-ce59fe6b3d7ec186a12cf784038cc192a8eb9d4f.tar.bz2
master-31e0f0ae-ce59fe6b3d7ec186a12cf784038cc192a8eb9d4f.zip
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
Diffstat (limited to 'target/linux/mxs/image/Config.in')
-rw-r--r--target/linux/mxs/image/Config.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/target/linux/mxs/image/Config.in b/target/linux/mxs/image/Config.in
index b71edf7ccc..250553e356 100644
--- a/target/linux/mxs/image/Config.in
+++ b/target/linux/mxs/image/Config.in
@@ -1,5 +1,8 @@
-config MXS_SD_BOOT_PARTSIZE
+config TARGET_BOOTFS_PARTSIZE
int "Boot (SD Card) filesystem partition size (in MB)"
- depends on TARGET_mxs
+ 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.