summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-02 08:49:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-02 08:49:31 +0100
commit32e00c4479ec1ccc5914c4949c42ee54e4f6a728 (patch)
treec731feea298a707f02b87d13e0fdc8293fc5476b /target
parent406ccf8df407e0292ee85d259a363c63e2be40a7 (diff)
unbreak uclibc sparc toolchain building
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in1
-rw-r--r--target/sparc/kernel/qemu-sparc2
2 files changed, 1 insertions, 2 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 5868a4363..09dbef1e3 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -651,7 +651,6 @@ config ADK_TARGET_LIB_UCLIBC
select ADK_uclibc
depends on \
!ADK_LINUX_MICROBLAZE && \
- !ADK_LINUX_SPARC && \
!ADK_LINUX_SPARC64 && \
!ADK_LINUX_PPC64 && \
!ADK_LINUX_NATIVE
diff --git a/target/sparc/kernel/qemu-sparc b/target/sparc/kernel/qemu-sparc
index e88151194..26bd9a29e 100644
--- a/target/sparc/kernel/qemu-sparc
+++ b/target/sparc/kernel/qemu-sparc
@@ -1,6 +1,5 @@
CONFIG_SPARC=y
CONFIG_SPARC32=y
-CONFIG_SERIAL_CONSOLE=y
CONFIG_SBUS=y
CONFIG_SBUSCHAR=y
CONFIG_PCI=y
@@ -17,6 +16,7 @@ CONFIG_NET_CORE=y
CONFIG_ETHERNET=y
CONFIG_NET_VENDOR_AMD=y
CONFIG_SUNLANCE=y
+CONFIG_SERIAL_CONSOLE=y
CONFIG_SERIAL_SUNCORE=y
CONFIG_SERIAL_SUNZILOG=y
CONFIG_SERIAL_SUNZILOG_CONSOLE=y