Especially fix usb keyboard support. Other changes are only for
beautification.

Signed-off-by: Soeren Moch <sm...@web.de>
---
Cc: Stefano Babic <sba...@denx.de>
Cc: u-boot@lists.denx.de
---
 include/configs/tbs2910.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index 2d4b9c9bfe..b06c90939c 100644
--- a/include/configs/tbs2910.h
+++ b/include/configs/tbs2910.h
@@ -94,7 +94,7 @@
                "run set_con_hdmi; " \
        "else " \
                "run set_con_serial; " \
-       "fi;"
+       "fi"
 #endif /* CONFIG_USB_KEYBOARD */
 #endif /* CONFIG_CMD_USB      */

@@ -142,12 +142,12 @@
        "console=ttymxc0\0" \
        "fan=gpio set 92\0" \
        "set_con_serial=setenv stdout serial; " \
-                       "setenv stderr serial;\0" \
+                       "setenv stderr serial\0" \
        "set_con_hdmi=setenv stdout serial,vga; " \
-                       "setenv stderr serial,vga;\0" \
-       "stderr=serial,vga;\0" \
-       "stdin=serial,usbkbd;\0" \
-       "stdout=serial,vga;\0"
+                       "setenv stderr serial,vga\0" \
+       "stderr=serial,vga\0" \
+       "stdin=serial,usbkbd\0" \
+       "stdout=serial,vga\0"

 #define CONFIG_BOOTCOMMAND \
        "mmc rescan; " \
--
2.17.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to