[U-Boot] [RFC PATCH 2/3] cmd_pxe: remove SoC, ARCH path from pxe_default_path

Masahiro Yamada yamada.m at jp.panasonic.com
Tue Apr 22 11:43:45 CEST 2014


Drop CONFIG_SYS_ARCH and CONFIG_SYS_SOC from the code.

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
Cc: Rob Herring <robherring2 at gmail.com>
Cc: Stephen Warren <swarren at nvidia.com>
---

 common/cmd_pxe.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c
index 3483328..4b4a954 100644
--- a/common/cmd_pxe.c
+++ b/common/cmd_pxe.c
@@ -18,10 +18,6 @@
 #define MAX_TFTP_PATH_LEN 127
 
 const char *pxe_default_paths[] = {
-#ifdef CONFIG_SYS_SOC
-	"default-" CONFIG_SYS_ARCH "-" CONFIG_SYS_SOC,
-#endif
-	"default-" CONFIG_SYS_ARCH,
 	"default",
 	NULL
 };
-- 
1.8.3.2



More information about the U-Boot mailing list