From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 22 Apr 2014 09:40:18 -0600 Subject: [U-Boot] [RFC PATCH 2/3] cmd_pxe: remove SoC, ARCH path from pxe_default_path In-Reply-To: <1398159826-29398-3-git-send-email-yamada.m@jp.panasonic.com> References: <1398159826-29398-1-git-send-email-yamada.m@jp.panasonic.com> <1398159826-29398-3-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <53568D62.1010608@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/22/2014 03:43 AM, Masahiro Yamada wrote: > Drop CONFIG_SYS_ARCH and CONFIG_SYS_SOC from the code. This seems like something that will be annoying to people who rely on this behaviour; the patch removes functionality for no purpose.