From patchwork Fri Dec 6 19:15:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 298229 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A39672C00A6 for ; Sat, 7 Dec 2013 06:33:34 +1100 (EST) Received: from localhost ([::1]:33155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vp19W-0002UG-ST for incoming@patchwork.ozlabs.org; Fri, 06 Dec 2013 14:33:30 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vp18v-00021I-Fq for qemu-devel@nongnu.org; Fri, 06 Dec 2013 14:32:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vp18q-0002qm-LF for qemu-devel@nongnu.org; Fri, 06 Dec 2013 14:32:53 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:42641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vp18q-0002qT-EI; Fri, 06 Dec 2013 14:32:48 -0500 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id 5917B40DD4; Fri, 6 Dec 2013 23:32:47 +0400 (MSK) Received: from tls.msk.ru (mjt.vpn.tls.msk.ru [192.168.177.99]) by tsrv.corpit.ru (Postfix) with SMTP id 184355FF; Fri, 6 Dec 2013 23:15:45 +0400 (MSK) Received: (nullmailer pid 19236 invoked by uid 1000); Fri, 06 Dec 2013 19:15:44 -0000 From: Michael Tokarev To: aliguori@amazon.com Date: Fri, 6 Dec 2013 23:15:40 +0400 Message-Id: <1386357341-19147-14-git-send-email-mjt@msgid.tls.msk.ru> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1386357341-19147-1-git-send-email-mjt@msgid.tls.msk.ru> References: <1386357341-19147-1-git-send-email-mjt@msgid.tls.msk.ru> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, Michael Tokarev , qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL 13/14] hw/ppc/mac.h: remove unused BIOS_FILENAME definition 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 definition has been moved to prep.c. Signed-off-by: Michael Tokarev --- hw/ppc/mac.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/ppc/mac.h b/hw/ppc/mac.h index 1e578dd..c1faf9c 100644 --- a/hw/ppc/mac.h +++ b/hw/ppc/mac.h @@ -34,7 +34,6 @@ #define MAX_CPUS 1 #define BIOS_SIZE (1024 * 1024) -#define BIOS_FILENAME "ppc_rom.bin" #define NVRAM_SIZE 0x2000 #define PROM_FILENAME "openbios-ppc" #define PROM_ADDR 0xfff00000