diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-11-18 09:32:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-11-18 09:32:06 +0100 |
commit | 9e6306713546a06b816ba105bb7a747ff6567734 (patch) | |
tree | b535e8fe28060370f6e6c50d96f182082f6758db | |
parent | ce42b9f8447eb78000484480e4b83722118ccdeb (diff) |
use latest 4.13 for or1k, for working atomics support
-rw-r--r-- | target/config/Config.in.kernelversion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index d6618f20c..62aaaf642 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -49,6 +49,7 @@ config ADK_TARGET_KERNEL_VERSION_4_9 depends on !ADK_TARGET_ARCH_CSKY depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 + depends on !ADK_TARGET_ARCH_OR1K depends on !ADK_TARGET_ARCH_RISCV32 depends on !ADK_TARGET_ARCH_RISCV64 depends on !ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU |