linux-riscv: add support for freedom-u540 machine

Signed-off-by: Mirza Krak <mirza.krak@endian.se>
This commit is contained in:
Mirza Krak
2018-03-20 01:32:26 +01:00
committed by Khem Raj
parent 28a63337d4
commit 30477f36f5

View File

@@ -27,6 +27,6 @@ KCONFIG_MODE="--alldefconfig"
KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS} ${SECURITY_NOPIE_CFLAGS}"
KERNEL_LD_append = " -no-pie"
COMPATIBLE_MACHINE = "(qemuriscv64)"
COMPATIBLE_MACHINE = "(qemuriscv64|freedom-u540)"
KERNEL_FEATURES_remove = "features/debug/printk.scc"