[PATCH 2/3] defaultenv: fix adding of nand_parts
Marc Kleine-Budde
mkl at pengutronix.de
Tue Aug 24 16:26:11 EDT 2010
Really add nand_parts if nand_parts are set, not nor_parts.
Signed-off-by: Marc Kleine-Budde <mkl at pengutronix.de>
---
defaultenv/bin/boot | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/defaultenv/bin/boot b/defaultenv/bin/boot
index 5312d1e..a9e589b 100644
--- a/defaultenv/bin/boot
+++ b/defaultenv/bin/boot
@@ -47,7 +47,7 @@ if [ -n $nor_parts ]; then
fi
if [ -n $nand_parts ]; then
- mtdparts="${mtdparts}$nand_device:${nor_parts};"
+ mtdparts="${mtdparts}${nand_device}:${nand_parts};"
fi
if [ -n $mtdparts ]; then
--
1.7.1
More information about the barebox
mailing list