From 5baf768b5158e5ac87325fc470f228c3a445738f Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Tue, 24 Aug 2010 22:26:10 +0200 Subject: 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 Signed-off-by: Sascha Hauer --- defaultenv/bin/boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'defaultenv') 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 -- cgit v1.2.3