mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Remove remaining rockchip64 bits from the system
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user