mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
uboot-envtools: imx6: drop redundant space after case keywords
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
b2c38bc215
commit
23b827578d
@ -13,31 +13,31 @@ touch /etc/config/ubootenv
|
|||||||
board=$(board_name)
|
board=$(board_name)
|
||||||
|
|
||||||
case "$board" in
|
case "$board" in
|
||||||
gw,imx6dl-gw51xx |\
|
gw,imx6dl-gw51xx|\
|
||||||
gw,imx6dl-gw52xx |\
|
gw,imx6dl-gw52xx|\
|
||||||
gw,imx6dl-gw53xx |\
|
gw,imx6dl-gw53xx|\
|
||||||
gw,imx6dl-gw54xx |\
|
gw,imx6dl-gw54xx|\
|
||||||
gw,imx6dl-gw551x |\
|
gw,imx6dl-gw551x|\
|
||||||
gw,imx6dl-gw552x |\
|
gw,imx6dl-gw552x|\
|
||||||
gw,imx6dl-gw553x |\
|
gw,imx6dl-gw553x|\
|
||||||
gw,imx6dl-gw5904 |\
|
gw,imx6dl-gw5904|\
|
||||||
gw,imx6dl-gw5907 |\
|
gw,imx6dl-gw5907|\
|
||||||
gw,imx6dl-gw5910 |\
|
gw,imx6dl-gw5910|\
|
||||||
gw,imx6dl-gw5912 |\
|
gw,imx6dl-gw5912|\
|
||||||
gw,imx6dl-gw5913 |\
|
gw,imx6dl-gw5913|\
|
||||||
gw,imx6q-gw51xx |\
|
gw,imx6q-gw51xx|\
|
||||||
gw,imx6q-gw52xx |\
|
gw,imx6q-gw52xx|\
|
||||||
gw,imx6q-gw53xx |\
|
gw,imx6q-gw53xx|\
|
||||||
gw,imx6q-gw5400-a |\
|
gw,imx6q-gw5400-a|\
|
||||||
gw,imx6q-gw54xx |\
|
gw,imx6q-gw54xx|\
|
||||||
gw,imx6q-gw551x |\
|
gw,imx6q-gw551x|\
|
||||||
gw,imx6q-gw552x |\
|
gw,imx6q-gw552x|\
|
||||||
gw,imx6q-gw553x |\
|
gw,imx6q-gw553x|\
|
||||||
gw,imx6q-gw5904 |\
|
gw,imx6q-gw5904|\
|
||||||
gw,imx6q-gw5907 |\
|
gw,imx6q-gw5907|\
|
||||||
gw,imx6q-gw5910 |\
|
gw,imx6q-gw5910|\
|
||||||
gw,imx6q-gw5912 |\
|
gw,imx6q-gw5912|\
|
||||||
gw,imx6q-gw5913 )
|
gw,imx6q-gw5913)
|
||||||
if [ -c /dev/mtd1 ]; then
|
if [ -c /dev/mtd1 ]; then
|
||||||
# board boots from NAND
|
# board boots from NAND
|
||||||
ubootenv_add_uci_config /dev/mtd1 0x0 0x20000 0x40000
|
ubootenv_add_uci_config /dev/mtd1 0x0 0x20000 0x40000
|
||||||
@ -48,9 +48,9 @@ gw,imx6q-gw5913 )
|
|||||||
ubootenv_add_uci_config /dev/mmcblk0 0xd1400 0x20000
|
ubootenv_add_uci_config /dev/mmcblk0 0xd1400 0x20000
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
toradex,apalis_imx6q-eval |\
|
toradex,apalis_imx6q-eval|\
|
||||||
toradex,apalis_imx6q-ixora |\
|
toradex,apalis_imx6q-ixora|\
|
||||||
toradex,apalis_imx6q-ixora-v1.1 )
|
toradex,apalis_imx6q-ixora-v1.1)
|
||||||
ubootenv_add_uci_config $(bootdev_from_uuid)boot0 -0x2200 0x2000 0x200 10
|
ubootenv_add_uci_config $(bootdev_from_uuid)boot0 -0x2200 0x2000 0x200 10
|
||||||
;;
|
;;
|
||||||
wand,imx6dl-wandboard)
|
wand,imx6dl-wandboard)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user