Remove remaining rockchip64 bits from the system

This commit is contained in:
Igor Pecovnik
2023-10-13 22:45:19 +02:00
committed by Igor
parent 98208b308b
commit f174e0fabd
3 changed files with 2 additions and 6493 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,6 +22,8 @@ PACKAGE_LIST_FAMILY="ethtool"
RKBIN_DIR="$SRC/cache/sources/rkbin-tools"
# rockchip64 (used mainly for RK3399) legacy kernel 4.4 is dead code
# Common variables:
# BOOT_SCENARIO - determines which tpl (ddrbin), spl and ATF combination to use
#

View File

@@ -7,17 +7,4 @@
# https://github.com/armbian/build/
#
source "${BASH_SOURCE%/*}/include/rockchip64_common.inc"
case $BRANCH in
legacy)
KERNELDIR='linux-rockchip64'
KERNELSOURCE='https://github.com/ayufan-rock64/linux-kernel'
declare -g KERNEL_MAJOR_MINOR="4.4" # Major and minor versions of this kernel.
KERNELBRANCH='tag:4.4.202-1237-rockchip-ayufan'
KERNELPATCHDIR='rockchip64-'$BRANCH
;;
esac
prepare_boot_configuration