summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-09-03 15:32:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-09-03 15:32:12 +0200
commit9b270460cc5ea7ed8f61790ad5f709283002fd2e (patch)
treedbfa5e6eb33c86e8b6f4a354f6067d0d23a7a264
parent2f6ccbb9f80153825b85406eaea9e4182db8bf81 (diff)
downloadbarebox-9b270460cc5ea7ed8f61790ad5f709283002fd2e.tar.gz
barebox-9b270460cc5ea7ed8f61790ad5f709283002fd2e.tar.xz
pcm038: update help in default env init
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--board/pcm038/env/bin/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pcm038/env/bin/init b/board/pcm038/env/bin/init
index c38b5ada82..3bfd194913 100644
--- a/board/pcm038/env/bin/init
+++ b/board/pcm038/env/bin/init
@@ -28,8 +28,8 @@ echo -n "Hit any key to stop autoboot: "
timeout -a $autoboot_timeout
if [ $? != 0 ]; then
echo
- echo "type update_kernel [<imagename>] to update kernel into flash"
- echo "type update_root [<imagename>] to update rootfs into flash"
+ echo "type update_kernel nand|nor [<imagename>] to update kernel into flash"
+ echo "type update_root nand|nor [<imagename>] to update rootfs into flash"
echo
exit
fi