From patchwork Fri May 5 21:11:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vagrant Cascadian X-Patchwork-Id: 759195 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3wKPhq4gQTz9ryb for ; Sat, 6 May 2017 07:11:39 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 607B0C21C81; Fri, 5 May 2017 21:11:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id E023BC21C33; Fri, 5 May 2017 21:11:33 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 38720C21C33; Fri, 5 May 2017 21:11:33 +0000 (UTC) Received: from cascadia.aikidev.net (cascadia.aikidev.net [173.255.214.101]) by lists.denx.de (Postfix) with ESMTP id B61B1C21C2E for ; Fri, 5 May 2017 21:11:32 +0000 (UTC) Received: from localhost (75-164-229-225.ptld.qwest.net [75.164.229.225]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 0B9B11AA81; Fri, 5 May 2017 14:11:32 -0700 (PDT) From: Vagrant Cascadian To: u-boot@lists.denx.de Date: Fri, 5 May 2017 14:11:26 -0700 Message-Id: <20170505211126.23207-1-vagrant@debian.org> X-Mailer: git-send-email 2.11.0 Cc: "xypron.glpk@gmx.de" , Carlo Caione , =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [U-Boot] [PATCH] Enable PXE boot on meson-gxbb. X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Enable distro_bootcmd PXE functions on meson-gxbb systems. Signed-off-by: Vagrant Cascadian Reviewed-by: Simon Glass --- include/configs/meson-gxbb-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h index fab2e67117..e109288bcd 100644 --- a/include/configs/meson-gxbb-common.h +++ b/include/configs/meson-gxbb-common.h @@ -42,6 +42,7 @@ func(MMC, mmc, 0) \ func(MMC, mmc, 1) \ func(MMC, mmc, 2) \ + func(PXE, pxe, na) \ func(DHCP, dhcp, na) #include