From 1af3d4da4fd99f9259c26442a5a3e320455eb00c Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 10 Aug 2009 17:12:33 +0200 Subject: 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 --- kconfig/fs.kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kconfig') 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 -- cgit v1.2.3