From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 10 Feb 2014 09:52:38 +0100 Subject: [U-Boot] [PATCH V2 1/4] pxe: allow compilation when !defined(CONFIG_CMD_NET) In-Reply-To: <1391658563-10962-1-git-send-email-swarren@wwwdotorg.org> References: <1391658563-10962-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <20140210095238.5224b511@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stephen, On Wed, 5 Feb 2014 20:49:20 -0700, Stephen Warren wrote: > pxe.c provides both the "pxe" command which relies on a network, and the > "sysboot" command which doesn't. Fix the file to compile when network > support isn't enabled. This is useful e.g. on the Raspberry Pi which has > no network support yet, but will soon support the sysboot command. > > Signed-off-by: Stephen Warren > --- > v2: No change. > > This patch doesn't appear to depend on anything much, but is needed by > the rest of this series. Given the dependencies in the rest of this > series, either (a) this one patch can be applied to u-boot/master, and > then u-boot/arm can merge that in before the rest of the series, or (b) > u-boot/master can be merged into u-boot-arm/master, then this whole > series applied there. I'm ok with applying the series to u-boot-arm since it is 75% arm-specific and I prefer whole series to be applied in the same repo. Amicalement, -- Albert.