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/config | |
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/config')
-rw-r--r-- | target/config/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 08256d1f2..88059fb60 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -636,7 +636,7 @@ config ADK_TARGET_CMDLINE default "console=ttyS0,115200 console=tty0 fbcon=rotate:1" if ADK_TARGET_SYSTEM_SHARP_ZAURUS default "console=ttySC1 console=tty0" if ADK_TARGET_SYSTEM_QEMU_SH4 default "console=ttySC1 console=tty0" if ADK_TARGET_SYSTEM_QEMU_SH4EB - default "console=ttyS0" if ADK_TARGET_SYSTEM_ARANYM_M68K + default "console=tty0" if ADK_TARGET_SYSTEM_ARANYM_M68K default "console=ttyS0,115200" if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13 default "console=ttyS0,115200" if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D2 default "" @@ -671,6 +671,7 @@ config ADK_TARGET_LIB_UCLIBC boolean select ADK_uclibc depends on \ + !ADK_LINUX_M68K && \ !ADK_LINUX_MICROBLAZE && \ !ADK_LINUX_SPARC64 && \ !ADK_LINUX_PPC64 && \ |