summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_jffs2.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/platforms/image_jffs2.in b/platforms/image_jffs2.in
index 7a8380bca..846bd0b2b 100644
--- a/platforms/image_jffs2.in
+++ b/platforms/image_jffs2.in
@@ -16,12 +16,14 @@ if IMAGE_JFFS2
config IMAGE_JFFS2_BLOCKSIZE
hex
default 0x10000
- prompt "Erase Block Size"
+ prompt "Erase Block Size (in HEX)"
help
Enter here the size of each (sector) block in target's flash device.
The image must use the same blocksize as the real JFFS2 filesystem
running on the target.
+comment "*** add '-n' here for NAND flash ***"
+
config IMAGE_JFFS2_EXTRA_ARGS
string
default ""