projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96d31f8
)
u-boot-update: fix small typo
author
Piotr Dymacz
<pepe2k@gmail.com>
Fri, 21 Nov 2014 00:49:55 +0000
(
01:49
+0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Fri, 28 Nov 2014 18:26:58 +0000
(19:26 +0100)
target_util/u-boot-upgrade
patch
|
blob
|
history
diff --git
a/target_util/u-boot-upgrade
b/target_util/u-boot-upgrade
index cb8bbdd9c52cf2c9bc03458076185b9abfe6991b..0846a17f5c0540052ab180f6280c6dcb33daa1fc 100755
(executable)
--- a/
target_util/u-boot-upgrade
+++ b/
target_util/u-boot-upgrade
@@
-226,7
+226,7
@@
write_new_image() {
exit 1
fi
- echo_ok "New U-Boot image successfully w
itten inf
o FLASH"
+ echo_ok "New U-Boot image successfully w
ritten int
o FLASH"
# Verify MD5 of mtd0 and prepared image
verify_result=`mtd verify /tmp/$MTD_BACKUP_FNAME /dev/$MTD_DEVICE 2>&1 | grep "Success"`