From: Andrea Adami Date: Sat, 24 Apr 2010 22:33:41 +0000 (+0200) Subject: kexecboot.inc: disable serial debug for Zaurus c7x0 (enough testing;) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8507e212edd438a2a389f33ba0e91a129e1c81aa;p=openembedded.git kexecboot.inc: disable serial debug for Zaurus c7x0 (enough testing;) --- 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"