aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-04-25 00:33:41 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-04-25 00:33:41 +0200
commit8507e212edd438a2a389f33ba0e91a129e1c81aa (patch)
tree5fc57f25010aec3a30edd595c9fae25da44b8ac5
parent5ac7bc0b7376427c26536989a7efa0979d1a6a76 (diff)
downloadopenembedded-8507e212edd438a2a389f33ba0e91a129e1c81aa.tar.gz
kexecboot.inc: disable serial debug for Zaurus c7x0 (enough testing;)
-rw-r--r--recipes/kexecboot/kexecboot.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index ac7089379b..069019c0ff 100644
--- a/recipes/kexecboot/kexecboot.inc
+++ b/recipes/kexecboot/kexecboot.inc
@@ -47,7 +47,7 @@ export CC=${TARGET_PREFIX}klcc
############################
EXTRA_OECONF_akita = "--with-zaurus"
-EXTRA_OECONF_c7x0 = "--with-zaurus --enable-debug"
+EXTRA_OECONF_c7x0 = "--with-zaurus"
EXTRA_OECONF_spitz = "--with-zaurus"
EXTRA_OECONF_poodle = "--with-zaurus"
EXTRA_OECONF_tosa = "--with-zaurus"