summaryrefslogtreecommitdiffstats
path: root/defaultenv
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-08-24 22:26:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-08-25 11:08:22 +0200
commit5baf768b5158e5ac87325fc470f228c3a445738f (patch)
tree75a398f6799322a3b842f3d5e3127083379cc1e1 /defaultenv
parent3762bb24856e70a9947847cd5b3f124aaa8a8a3a (diff)
downloadbarebox-5baf768b5158e5ac87325fc470f228c3a445738f.tar.gz
barebox-5baf768b5158e5ac87325fc470f228c3a445738f.tar.xz
defaultenv: fix physmap-flash device name
The first physmap-flash device is called "physmap-flash.0" (like zero), not "physmap-flash.o" (like in oops). Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'defaultenv')
-rw-r--r--defaultenv/bin/boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaultenv/bin/boot b/defaultenv/bin/boot
index 6a508fbdac..5312d1e6fa 100644
--- a/defaultenv/bin/boot
+++ b/defaultenv/bin/boot
@@ -43,7 +43,7 @@ else
fi
if [ -n $nor_parts ]; then
- mtdparts="${mtdparts}physmap-flash.o:${nor_parts};"
+ mtdparts="${mtdparts}physmap-flash.0:${nor_parts};"
fi
if [ -n $nand_parts ]; then