diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2015-03-26 23:34:43 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2015-03-26 23:34:43 +0000 |
commit | 01748fbce2869eb120c0e94f3c18f9d3d86956ad (patch) | |
tree | 734b24710b638f7ffe351bef4d0d465747ab8ded /target/linux/mxs/image/Config.in | |
parent | 23b4bf65071a7350aef24e54e6361f18170a8444 (diff) | |
download | upstream-01748fbce2869eb120c0e94f3c18f9d3d86956ad.tar.gz upstream-01748fbce2869eb120c0e94f3c18f9d3d86956ad.tar.bz2 upstream-01748fbce2869eb120c0e94f3c18f9d3d86956ad.zip |
mxs: add sdcard image builder
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45052
Diffstat (limited to 'target/linux/mxs/image/Config.in')
-rw-r--r-- | target/linux/mxs/image/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/mxs/image/Config.in b/target/linux/mxs/image/Config.in new file mode 100644 index 0000000000..b71edf7ccc --- /dev/null +++ b/target/linux/mxs/image/Config.in @@ -0,0 +1,5 @@ +config MXS_SD_BOOT_PARTSIZE + int "Boot (SD Card) filesystem partition size (in MB)" + depends on TARGET_mxs + default 8 + |