summaryrefslogtreecommitdiffstats
path: root/defaultenv/bin/update
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-11-26 20:58:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-11-29 21:55:25 +0100
commita75df244b2ff2e08bd142d2c94defb8781522575 (patch)
tree6f7e35b985037569fa0aa89ef36ebcae262daec6 /defaultenv/bin/update
parenta6e514b38829d89e59c671cd920904eae2eeaa9c (diff)
downloadbarebox-a75df244b2ff2e08bd142d2c94defb8781522575.tar.gz
barebox-a75df244b2ff2e08bd142d2c94defb8781522575.tar.xz
defaultenv/udpate: fix typo in default barebox image name
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'defaultenv/bin/update')
-rw-r--r--defaultenv/bin/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaultenv/bin/update b/defaultenv/bin/update
index 3601177308..29c240b784 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