summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c667d49..b929afb 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
@@ -70,7 +70,7 @@ fi
if test -n ${setup}; then
run setup
else
- env set setupargs 'console=${console},${baudrate} console=tty1 consoleblank=0'
+ env set setupargs 'console=tty1 console=${console},${baudrate} consoleblank=0'
fi
if test ${kernel_image} = "Image.gz"