From patchwork Mon Sep 17 20:14:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 184531 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3AEE72C0086 for ; Tue, 18 Sep 2012 06:15:00 +1000 (EST) Received: from localhost ([::1]:40124 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDhic-0005zH-7C for incoming@patchwork.ozlabs.org; Mon, 17 Sep 2012 16:14:58 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDhiV-0005zC-Ru for qemu-devel@nongnu.org; Mon, 17 Sep 2012 16:14:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDhiU-0001Sn-Mi for qemu-devel@nongnu.org; Mon, 17 Sep 2012 16:14:51 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:50409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDhiU-0001Sf-Fk for qemu-devel@nongnu.org; Mon, 17 Sep 2012 16:14:50 -0400 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id 0DBF07280029; Mon, 17 Sep 2012 22:14:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at weilnetz.de Received: from v220110690675601.yourvserver.net ([127.0.0.1]) by localhost (v220110690675601.yourvserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0HasojaPX4vF; Mon, 17 Sep 2012 22:14:48 +0200 (CEST) Received: by v220110690675601.yourvserver.net (Postfix, from userid 1000) id B845A7280033; Mon, 17 Sep 2012 22:14:48 +0200 (CEST) From: Stefan Weil To: malc Date: Mon, 17 Sep 2012 22:14:40 +0200 Message-Id: <1347912880-30161-1-git-send-email-sw@weilnetz.de> X-Mailer: git-send-email 1.7.10 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 78.47.199.172 Cc: Stefan Weil , Anthony Liguori , qemu-devel@nongnu.org Subject: [Qemu-devel] [PATCH] xtensa: Fix broken build (linker error) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org This configuration requires CONFIG_i8254: configure --target-list=xtensa-softmmu --audio-card-list=pcspk Reported-by: Vassili Karpov (malc) Signed-off-by: Stefan Weil --- default-configs/xtensa-softmmu.mak | 1 + default-configs/xtensaeb-softmmu.mak | 1 + 2 files changed, 2 insertions(+) diff --git a/default-configs/xtensa-softmmu.mak b/default-configs/xtensa-softmmu.mak index 9d8899c..c3a263b 100644 --- a/default-configs/xtensa-softmmu.mak +++ b/default-configs/xtensa-softmmu.mak @@ -1,5 +1,6 @@ # Default configuration for Xtensa +CONFIG_I8254=y CONFIG_SERIAL=y CONFIG_OPENCORES_ETH=y CONFIG_PFLASH_CFI01=y diff --git a/default-configs/xtensaeb-softmmu.mak b/default-configs/xtensaeb-softmmu.mak index 9d8899c..c3a263b 100644 --- a/default-configs/xtensaeb-softmmu.mak +++ b/default-configs/xtensaeb-softmmu.mak @@ -1,5 +1,6 @@ # Default configuration for Xtensa +CONFIG_I8254=y CONFIG_SERIAL=y CONFIG_OPENCORES_ETH=y CONFIG_PFLASH_CFI01=y