summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-08-07 17:34:04 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-08-07 17:37:32 +0200
commit24acc1456a3b58d7a9e70e5a9825c92ba9832f36 (patch)
tree1b50a7fc7c4d7cdd0aac1bb73ed49f9879a2b221
parent33cc8028a921dbf4f49315db745c966c3534a749 (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