diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-14 15:30:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-14 15:30:53 +0100 |
commit | 608f969e4d96cb1b2a361c2a3b6a32233a644e3b (patch) | |
tree | 911d87feabe7c7e2153fd5b65b234d149b42574d /target/linux | |
parent | bc561e500e22bc9d953fd9a80144f80295a4cbbd (diff) |
fix m68k support
disable systems without thread local storage, not supported by
OpenADK anymore. Remove m68k uclibc. fix kernel bootup in aranym.
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.graphics | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index 6c7127ae2..48cd3ea73 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -13,7 +13,6 @@ config ADK_KERNEL_VT_CONSOLE config ADK_KERNEL_VGA_CONSOLE boolean default y if ADK_HARDWARE_VBOX - default y if ADK_TARGET_SYSTEM_ARANYM_M68K default n config ADK_KERNEL_FONTS @@ -27,6 +26,8 @@ config ADK_KERNEL_FB boolean config ADK_KERNEL_FRAMEBUFFER_CONSOLE + default y if ADK_TARGET_SYSTEM_ARANYM_M68K + default n boolean config ADK_KERNEL_MFD_SM501 |