From f46abcedc83307ef2f137ee8bb51f559aadea9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 23 Jul 2018 11:39:18 +0000 Subject: [PATCH] Adjust Cubieboard4 .csc config --- config/boards/cubieboard4.csc | 2 +- config/sources/sun9i.conf | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/config/boards/cubieboard4.csc b/config/boards/cubieboard4.csc index 199485957f..aa7896d559 100644 --- a/config/boards/cubieboard4.csc +++ b/config/boards/cubieboard4.csc @@ -7,6 +7,6 @@ MODULES="" MODULES_NEXT="" BUILD_DESKTOP="no" # -KERNEL_TARGET="dev" +KERNEL_TARGET="next" CLI_TARGET="" DESKTOP_TARGET="" diff --git a/config/sources/sun9i.conf b/config/sources/sun9i.conf index 9379fd187c..0e7d396e68 100644 --- a/config/sources/sun9i.conf +++ b/config/sources/sun9i.conf @@ -1,19 +1,3 @@ - source "${BASH_SOURCE%/*}/sunxi_common.inc" - -# Not yet in mainline branch -BOOTSOURCE='git://git.denx.de/u-boot-sunxi.git' -BOOTBRANCH='branch:sun9i-a80-spl' -BOOTDIR='u-boot' -# Not yet in mainline branch - -case $BRANCH in - dev) - KERNELSOURCE='https://github.com/wens/linux' - KERNELBRANCH='branch:sunxi-next' - KERNELDIR='linux-sun9i-dev' - ;; -esac - CPUMIN=480000 CPUMAX=1010000