summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-10 17:12:33 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-10 17:12:33 +0200
commit1af3d4da4fd99f9259c26442a5a3e320455eb00c (patch)
treee0aabb7ac09234fa6494a47f3e5d2674dd51ab89 /kconfig
parent759cd1881f15ae390b78a4126e198a57607bee1a (diff)
downloadembtoolkit-1af3d4da4fd99f9259c26442a5a3e320455eb00c.tar.gz
embtoolkit-1af3d4da4fd99f9259c26442a5a3e320455eb00c.tar.bz2
embtoolkit-1af3d4da4fd99f9259c26442a5a3e320455eb00c.tar.xz
Rootfs: rework filesystems generation
This patch reworks filesystems generation in order to make build of other filesystems type easy. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/fs.kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfig/fs.kconfig b/kconfig/fs.kconfig
index 75b7b62..9ce3741 100644
--- a/kconfig/fs.kconfig
+++ b/kconfig/fs.kconfig
@@ -36,7 +36,7 @@ config EMBTK_ROOTFS_HAVE_JFFS2_BLOCKSIZE
depends on EMBTK_ROOTFS_HAVE_JFFS2
help
Erase block size to use in KB
- string "Erase block size to use in KB"
- default "512"
+ int "Erase block size to use in KB"
+ default 512
endmenu