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.
This commit is contained in:
Alex Bee 2021-02-27 19:38:03 +01:00
parent a0b381897b
commit 7138427c79

View File

@ -10,7 +10,6 @@
TARGET_CPU="cortex-a17"
TARGET_FPU="neon-vfpv4"
TARGET_FEATURES="32bit"
KERNEL_TOOLCHAIN="arm-none-linux-gnueabihf"
;;
esac