run shellfmt on all of sources/families

This commit is contained in:
Ricardo Pardini
2022-10-08 13:18:00 +02:00
parent 6b28de15fe
commit 5e17c4f533
39 changed files with 630 additions and 730 deletions

View File

@@ -9,20 +9,20 @@ UBOOT_TARGET_MAP=";;u-boot-dtb.imx"
case $BRANCH in
legacy)
KERNELSOURCE='https://source.codeaurora.org/external/imx/linux-imx'
KERNELBRANCH='branch:imx_4.14.98_2.0.0_ga'
KERNELDIR='linux-imx7'
BOOTBRANCH='branch:imx_v2018.03_4.14.98_2.0.0_ga'
BOOTPATCHDIR="u-boot-imx7d-legacy"
;;
current|default)
;;
current | default)
KERNELSOURCE='https://source.codeaurora.org/external/imx/linux-imx'
KERNELBRANCH='branch:imx_5.4.70_2.3.0'
KERNELDIR='linux-imx7-current'
BOOTBRANCH='branch:imx_v2020.04_5.4.70_2.3.0'
BOOTPATCHDIR="u-boot-imx7d-current"
;;
;;
esac
@@ -32,18 +32,14 @@ GOVERNOR=interactive
SERIALCON=ttymxc0
write_uboot_platform()
{
write_uboot_platform() {
dd if=$1/u-boot-dtb.imx of=$2 bs=1K seek=1 status=noxfer conv=fsync > /dev/null 2>&1
}
family_tweaks()
{
family_tweaks() {
:
}
family_tweaks_bsp()
{
family_tweaks_bsp() {
:
}