uboot-envtools: layerscape: drop redundant space after case keywords
authorPiotr Dymacz <pepe2k@gmail.com>
Fri, 2 Apr 2021 17:16:14 +0000 (19:16 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Sat, 10 Apr 2021 13:18:41 +0000 (15:18 +0200)
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
package/boot/uboot-envtools/files/layerscape

index e535ec2379798d46ac1bfbc740377589ab3d8761..b11587d8765fd0c892e9479639099f65240c1d13 100644 (file)
@@ -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"
        ;;