From 3949739e27bdca12ac50fa01db81a18bc2c15b59 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Fri, 21 Nov 2014 01:49:55 +0100 Subject: [PATCH] u-boot-update: fix small typo --- target_util/u-boot-upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_util/u-boot-upgrade b/target_util/u-boot-upgrade index cb8bbdd..0846a17 100755 --- 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 witten info FLASH" + echo_ok "New U-Boot image successfully written into FLASH" # Verify MD5 of mtd0 and prepared image verify_result=`mtd verify /tmp/$MTD_BACKUP_FNAME /dev/$MTD_DEVICE 2>&1 | grep "Success"` -- 2.25.1