mxs: re-work SD card image generation
[openwrt/openwrt.git] / target / linux / mxs / image / Config.in
index b71edf7ccc89a3bc2640ec809866a63f08f8e5b5..250553e35665628bab2314de3ff4950507761ca9 100644 (file)
@@ -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.