mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
run shellfmt on all of sources/families
This commit is contained in:
@@ -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() {
|
||||
:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user