summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-08-07 17:34:04 +0200
committerStefan Agner <stefan.agner@toradex.com>2019-09-04 14:12:10 +0200
commit6c3672741d8cb1b20cd0f2952828b60d76cc5824 (patch)
tree1c31b7cdeca9917f2c75998ec3018d18ab763b68
parent0ea06faaed7aa6b70cf4825fb1df61409e41ba3a (diff)
u-boot-distro-boot: fix unbalanced double quote
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in b/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in
index 606ffc2..0c04afb 100644
--- a/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in
+++ b/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in
@@ -1,6 +1,6 @@
if test ${devtype} = "ubi"
then
- echo "This script is not meant to distro boot from raw NAND flash.
+ echo "This script is not meant to distro boot from raw NAND flash."
exit
fi