diff --git a/config/sources/families/imx7d.conf b/config/sources/families/imx7d.conf index 98e5f33cf..19d356de7 100644 --- a/config/sources/families/imx7d.conf +++ b/config/sources/families/imx7d.conf @@ -6,7 +6,7 @@ # This file is a part of the Armbian Build Framework # https://github.com/armbian/build/ # -BOOTSOURCE='https://source.codeaurora.org/external/imx/uboot-imx' +BOOTSOURCE='https://github.com/nxp-imx/uboot-imx.git' BOOTDIR='u-boot-sabre' BOOTCONFIG="mx7dsabresd_defconfig" #BOOTSCRIPT='boot-imx7d.cmd:boot.cmd' @@ -18,7 +18,7 @@ case $BRANCH in legacy) - KERNELSOURCE='https://source.codeaurora.org/external/imx/linux-imx' + KERNELSOURCE='https://github.com/nxp-imx/linux-imx.git' declare -g KERNEL_MAJOR_MINOR="4.14" # Major and minor versions of this kernel. KERNELBRANCH='branch:imx_4.14.98_2.0.0_ga' KERNELDIR='linux-imx7' @@ -26,7 +26,7 @@ case $BRANCH in BOOTPATCHDIR="legacy" ;; current) - KERNELSOURCE='https://source.codeaurora.org/external/imx/linux-imx' + KERNELSOURCE='https://github.com/nxp-imx/linux-imx.git' declare -g KERNEL_MAJOR_MINOR="5.4" # Major and minor versions of this kernel. KERNELBRANCH='branch:imx_5.4.70_2.3.0' KERNELDIR='linux-imx7-current' @@ -45,11 +45,3 @@ SERIALCON=ttymxc0 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_bsp() { - : -}