diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-27 13:11:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-27 13:13:56 +0200 |
commit | db6e6a11e601ed79a78110bf0fb9a3ac7b58e4e5 (patch) | |
tree | 505ea732fba35759f04cf0ba1bbf67b45c42888e /target/config/Config.in.kernelversion | |
parent | 472574b9fcfb3cb64828ae1e430b1f2e0c22b201 (diff) |
add support for Qemu ARM noMMU
Greg Ungerer made me aware of this possibility.
Rather hackish implementation, we need to deduplicate later.
Update Linux Kernel to 4.4.19 while there.
Only non-Devicetree system supported right now.
Diffstat (limited to 'target/config/Config.in.kernelversion')
-rw-r--r-- | target/config/Config.in.kernelversion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index bfb191f3e..3ac3e055b 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -31,7 +31,7 @@ config ADK_TARGET_KERNEL_VERSION_4_6 depends on !ADK_TARGET_ARCH_NDS32 config ADK_TARGET_KERNEL_VERSION_4_4 - bool "4.4.17" + bool "4.4.19" depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_NIOS2 depends on !ADK_TARGET_CPU_MIPS_MIPS32R6 |