9
0
Fork 0

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>
This commit is contained in:
Marc Kleine-Budde 2010-08-24 22:26:10 +02:00 committed by Sascha Hauer
parent 3762bb2485
commit 5baf768b51
1 changed files with 1 additions and 1 deletions

View File

@ -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