mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] defaultenv/udpate: fix typo in default barebox image name
@ 2010-11-26 19:58 Jean-Christophe PLAGNIOL-VILLARD
  2010-11-26 19:58 ` [PATCH 2/2] defaultenv/udpate: in xmodem mode load the data before erasing Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2010-11-26 19:58 UTC (permalink / raw)
  To: barebox

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@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


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-26 20:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-26 19:58 [PATCH 1/2] defaultenv/udpate: fix typo in default barebox image name Jean-Christophe PLAGNIOL-VILLARD
2010-11-26 19:58 ` [PATCH 2/2] defaultenv/udpate: in xmodem mode load the data before erasing Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox