From 9f7ef8d5f0199f12abfd4b1c50d0bfe8484471d7 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Wed, 5 Jun 2013 20:58:03 +0000 Subject: target: split jffs2 NAND out of jffs2 Make jffs2_nand a separate option so this can be triggered without forcing jffs2 images for nor targets. Adds a new NAND_BLOCKSIZE variable that allows setting the generated layout in : pairs. Signed-off-by: Jonas Gorski SVN-Revision: 36860 --- target/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/Config.in') diff --git a/target/Config.in b/target/Config.in index 947e80c..a7951aa 100644 --- a/target/Config.in +++ b/target/Config.in @@ -48,6 +48,9 @@ config USES_SQUASHFS config USES_JFFS2 bool +config USES_JFFS2_NAND + bool + config USES_EXT4 bool -- cgit v1.1