From patchwork Fri Sep 9 19:52:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Huth X-Patchwork-Id: 668221 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3sW7CX4drBz9s5w for ; Sat, 10 Sep 2016 05:52:40 +1000 (AEST) Received: from ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3sW7CX3hy0zDrvB for ; Sat, 10 Sep 2016 05:52:40 +1000 (AEST) X-Original-To: slof@lists.ozlabs.org Delivered-To: slof@lists.ozlabs.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3sW7CJ0tWzzDrtm for ; Sat, 10 Sep 2016 05:52:28 +1000 (AEST) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7115B13CE6; Fri, 9 Sep 2016 19:52:26 +0000 (UTC) Received: from thh440s.redhat.com (ovpn-116-63.ams2.redhat.com [10.36.116.63]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u89Jq9Z2006604; Fri, 9 Sep 2016 15:52:25 -0400 From: Thomas Huth To: slof@lists.ozlabs.org Date: Fri, 9 Sep 2016 21:52:09 +0200 Message-Id: <1473450729-19359-12-git-send-email-thuth@redhat.com> In-Reply-To: <1473450729-19359-1-git-send-email-thuth@redhat.com> References: <1473450729-19359-1-git-send-email-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 09 Sep 2016 19:52:26 +0000 (UTC) Subject: [SLOF] [PATCH 11/11] Do not include net-snk in the build of board-qemu anymore X-BeenThere: slof@lists.ozlabs.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Patches for https://github.com/aik/SLOF" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: slof-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "SLOF" Since net-snk is now only used for the biosemu (which we only use on board-js2x), we do not need it for board-qemu anymore. Signed-off-by: Thomas Huth --- board-qemu/Makefile | 2 +- board-qemu/romfs/boot_rom.ffs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/board-qemu/Makefile b/board-qemu/Makefile index 78639cc..7208fcc 100644 --- a/board-qemu/Makefile +++ b/board-qemu/Makefile @@ -10,7 +10,7 @@ # * IBM Corporation - initial implementation # ****************************************************************************/ -BOARD_TARGETS = tools_build romfs_build clients_build stage1 subdirs +BOARD_TARGETS = tools_build romfs_build stage1 subdirs SUBDIRS = slof diff --git a/board-qemu/romfs/boot_rom.ffs b/board-qemu/romfs/boot_rom.ffs index 3cdb7d3..0248115 100644 --- a/board-qemu/romfs/boot_rom.ffs +++ b/board-qemu/romfs/boot_rom.ffs @@ -17,4 +17,3 @@ stage1 board-qemu/llfw/stage1.bin 1 0x100 xvect slof/xvect.bin 0 0 ofw_main board-qemu/slof/paflof 0 0 bootinfo board-qemu/llfw/Cboot.bin 0 0 -snk clients/net-snk.client 0 0