[openwrt/openwrt] uboot-envtools: imx6: drop redundant space after case keywords

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 10 15:14:30 BST 2021


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8c115977839feff9d798a5fda3e4d64d239a2260

commit 8c115977839feff9d798a5fda3e4d64d239a2260
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Thu Jan 7 17:51:02 2021 +0100

    uboot-envtools: imx6: drop redundant space after case keywords
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 package/boot/uboot-envtools/files/imx6 | 56 +++++++++++++++++-----------------
 1 file changed, 28 insertions(+), 28 deletions(-)

diff --git a/package/boot/uboot-envtools/files/imx6 b/package/boot/uboot-envtools/files/imx6
index 4b44692b99..dac3c3792e 100644
--- a/package/boot/uboot-envtools/files/imx6
+++ b/package/boot/uboot-envtools/files/imx6
@@ -13,31 +13,31 @@ touch /etc/config/ubootenv
 board=$(board_name)
 
 case "$board" in
-gw,imx6dl-gw51xx |\
-gw,imx6dl-gw52xx |\
-gw,imx6dl-gw53xx |\
-gw,imx6dl-gw54xx |\
-gw,imx6dl-gw551x |\
-gw,imx6dl-gw552x |\
-gw,imx6dl-gw553x |\
-gw,imx6dl-gw5904 |\
-gw,imx6dl-gw5907 |\
-gw,imx6dl-gw5910 |\
-gw,imx6dl-gw5912 |\
-gw,imx6dl-gw5913 |\
-gw,imx6q-gw51xx |\
-gw,imx6q-gw52xx |\
-gw,imx6q-gw53xx |\
-gw,imx6q-gw5400-a |\
-gw,imx6q-gw54xx |\
-gw,imx6q-gw551x |\
-gw,imx6q-gw552x |\
-gw,imx6q-gw553x |\
-gw,imx6q-gw5904 |\
-gw,imx6q-gw5907 |\
-gw,imx6q-gw5910 |\
-gw,imx6q-gw5912 |\
-gw,imx6q-gw5913 )
+gw,imx6dl-gw51xx|\
+gw,imx6dl-gw52xx|\
+gw,imx6dl-gw53xx|\
+gw,imx6dl-gw54xx|\
+gw,imx6dl-gw551x|\
+gw,imx6dl-gw552x|\
+gw,imx6dl-gw553x|\
+gw,imx6dl-gw5904|\
+gw,imx6dl-gw5907|\
+gw,imx6dl-gw5910|\
+gw,imx6dl-gw5912|\
+gw,imx6dl-gw5913|\
+gw,imx6q-gw51xx|\
+gw,imx6q-gw52xx|\
+gw,imx6q-gw53xx|\
+gw,imx6q-gw5400-a|\
+gw,imx6q-gw54xx|\
+gw,imx6q-gw551x|\
+gw,imx6q-gw552x|\
+gw,imx6q-gw553x|\
+gw,imx6q-gw5904|\
+gw,imx6q-gw5907|\
+gw,imx6q-gw5910|\
+gw,imx6q-gw5912|\
+gw,imx6q-gw5913)
 	if [ -c /dev/mtd1 ]; then
 		# board boots from NAND
 		ubootenv_add_uci_config /dev/mtd1 0x0 0x20000 0x40000
@@ -48,9 +48,9 @@ gw,imx6q-gw5913 )
 		ubootenv_add_uci_config /dev/mmcblk0 0xd1400 0x20000
 	fi
 	;;
-toradex,apalis_imx6q-eval |\
-toradex,apalis_imx6q-ixora |\
-toradex,apalis_imx6q-ixora-v1.1 )
+toradex,apalis_imx6q-eval|\
+toradex,apalis_imx6q-ixora|\
+toradex,apalis_imx6q-ixora-v1.1)
 	ubootenv_add_uci_config $(bootdev_from_uuid)boot0 -0x2200 0x2000 0x200 10
 	;;
 wand,imx6dl-wandboard)



More information about the lede-commits mailing list