From 8507e212edd438a2a389f33ba0e91a129e1c81aa Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 25 Apr 2010 00:33:41 +0200 Subject: kexecboot.inc: disable serial debug for Zaurus c7x0 (enough testing;) --- recipes/kexecboot/kexecboot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg