From 588d2bfb7a791b9853ab82a34b8f59b33a2d750d Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Tue, 28 Apr 2015 12:46:45 +0200 Subject: [PATCH] Add missing echo commands in update scripts, stored in environment variables --- u-boot/include/configs/ap121.h | 4 ++-- u-boot/include/configs/db12x.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/u-boot/include/configs/ap121.h b/u-boot/include/configs/ap121.h index cc685c0..ef0d7f5 100644 --- a/u-boot/include/configs/ap121.h +++ b/u-boot/include/configs/ap121.h @@ -962,7 +962,7 @@ "echo ERROR! Wrong file size!; " \ "fi; " \ "else " \ - "ERROR! Server not reachable!; " \ + "echo ERROR! Server not reachable!; " \ "fi\0" \ "firmware_addr=" UPDATE_SCRIPT_FW_ADDR "\0" \ "firmware_name=firmware.bin\0" \ @@ -973,7 +973,7 @@ "cp.b $loadaddr $firmware_addr $filesize && " \ "echo OK!; " \ "else " \ - "ERROR! Server not reachable!; " \ + "echo ERROR! Server not reachable!; " \ "fi\0" \ SILENT_ENV_VARIABLE diff --git a/u-boot/include/configs/db12x.h b/u-boot/include/configs/db12x.h index 4979ee5..fd02389 100644 --- a/u-boot/include/configs/db12x.h +++ b/u-boot/include/configs/db12x.h @@ -204,7 +204,7 @@ "echo ERROR! Wrong file size!; " \ "fi; " \ "else " \ - "ERROR! Server not reachable!; " \ + "echo ERROR! Server not reachable!; " \ "fi\0" \ "firmware_addr=" UPDATE_SCRIPT_FW_ADDR "\0" \ "firmware_name=firmware.bin\0" \ @@ -215,7 +215,7 @@ "cp.b $loadaddr $firmware_addr $filesize && " \ "echo OK!; " \ "else " \ - "ERROR! Server not reachable!; " \ + "echo ERROR! Server not reachable!; " \ "fi\0" \ SILENT_ENV_VARIABLE -- 2.25.1