Explorar o código

uboot-envtools: layerscape: drop redundant space after case keywords

Signed-off-by: Piotr Dymacz <[email protected]>
Piotr Dymacz %!s(int64=4) %!d(string=hai) anos
pai
achega
7cde7d2131
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/boot/uboot-envtools/files/layerscape

+ 1 - 1
package/boot/uboot-envtools/files/layerscape

@@ -12,7 +12,7 @@ touch /etc/config/ubootenv
 board=$(board_name)
 
 case "$board" in
-	traverse,ls1043v | \
+	traverse,ls1043v|\
 	traverse,ls1043s)
 		ubootenv_add_uci_config "/dev/mtd1" "0x40000" "0x2000"  "0x20000"
 	;;