[PATCH 1/2] defaultenv/udpate: fix typo in default barebox image name
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Fri Nov 26 14:58:36 EST 2010
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
defaultenv/bin/update | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/defaultenv/bin/update b/defaultenv/bin/update
index 3601177..29c240b 100644
--- a/defaultenv/bin/update
+++ b/defaultenv/bin/update
@@ -33,7 +33,7 @@ elif [ x${type} = xrootfs ]; then
elif [ x${type} = xbarebox ]; then
image=$bareboximage
if [ x${image} = x ]; then
- imamge=barebox.bin
+ image=barebox.bin
fi
else
. /env/bin/_update_help
--
1.7.1
More information about the barebox
mailing list