summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-03-22 23:32:12 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-03-22 23:32:12 +0100
commit243eccd18975e24c52d929b9764179c1bd008b72 (patch)
treed8b8df7897753da001079862b7d329dda360d21d /platforms
parent1f71a7b9228df5f18a484be3b8ff2a3178a4733c (diff)
downloadptxdist-243eccd18975e24c52d929b9764179c1bd008b72.tar.gz
ptxdist-243eccd18975e24c52d929b9764179c1bd008b72.tar.xz
[image_jffs2] fix help text
use "-n" for NANDs not "-c" Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_jffs2.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/image_jffs2.in b/platforms/image_jffs2.in
index 47ad1ee11..7a8380bca 100644
--- a/platforms/image_jffs2.in
+++ b/platforms/image_jffs2.in
@@ -30,7 +30,7 @@ config IMAGE_JFFS2_EXTRA_ARGS
If needed you can add extra arguments for mkfs.jffs2 here
(e.g. --devtable=${PTXDIST_WORKSPACE}/device_table.txt,
-b to create a big endian filesystem on a little endian host or
- -c if targeting NAND flash)
+ -n if targeting NAND flash)
config IMAGE_JFFS2_SUM
bool