From patchwork Tue Jul 8 10:20:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 368488 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)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3F12514011F for ; Thu, 10 Jul 2014 17:28:56 +1000 (EST) Received: from localhost ([::1]:56904 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4Z4Z-0003IO-AA for incoming@patchwork.ozlabs.org; Tue, 08 Jul 2014 13:20:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4SVj-0001cD-56 for qemu-devel@nongnu.org; Tue, 08 Jul 2014 06:20:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4SVX-0007pd-Vc for qemu-devel@nongnu.org; Tue, 08 Jul 2014 06:20:31 -0400 Received: from cantor2.suse.de ([195.135.220.15]:57087 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4SVX-0007pS-Pg; Tue, 08 Jul 2014 06:20:19 -0400 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id C671BACCE; Tue, 8 Jul 2014 10:20:18 +0000 (UTC) From: Alexander Graf To: peter.maydell@linaro.org Date: Tue, 8 Jul 2014 12:20:18 +0200 Message-Id: <1404814818-15101-9-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.7.12.4 In-Reply-To: <1404814818-15101-1-git-send-email-agraf@suse.de> References: <1404814818-15101-1-git-send-email-agraf@suse.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 195.135.220.15 Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Cole Robinson Subject: [Qemu-devel] [PULL 8/8] PPC: e500: Actually install u-boot.e500 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 From: Cole Robinson Signed-off-by: Cole Robinson Signed-off-by: Alexander Graf --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1eea0c4..d6b9dc1 100644 --- a/Makefile +++ b/Makefile @@ -344,7 +344,8 @@ multiboot.bin linuxboot.bin kvmvapic.bin \ s390-zipl.rom \ s390-ccw.img \ spapr-rtas.bin slof.bin \ -palcode-clipper +palcode-clipper \ +u-boot.e500 else BLOBS= endif