[PATCH 1/3] defaultenv: fix physmap-flash device name

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxx>
---
 defaultenv/bin/boot |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/defaultenv/bin/boot b/defaultenv/bin/boot
index 6a508fb..5312d1e 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
-- 
1.7.1


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox


[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux