From 7138427c79af7aae941fb5b786d75eacf5811395 Mon Sep 17 00:00:00 2001 From: Alex Bee Date: Sat, 27 Feb 2021 19:38:03 +0100 Subject: [PATCH] Rockchip: RK3288: drop kernel toolchain There is no need to use a specific kernel toolchain for RK3288 - both u-boot and kernel build fine with the LE arm toolchain. --- projects/Rockchip/devices/RK3288/options | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/Rockchip/devices/RK3288/options b/projects/Rockchip/devices/RK3288/options index 64703ad9e3..b05d5e9ac6 100644 --- a/projects/Rockchip/devices/RK3288/options +++ b/projects/Rockchip/devices/RK3288/options @@ -10,7 +10,6 @@ TARGET_CPU="cortex-a17" TARGET_FPU="neon-vfpv4" TARGET_FEATURES="32bit" - KERNEL_TOOLCHAIN="arm-none-linux-gnueabihf" ;; esac