summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/cmd_pxe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c
index 59483a75c8..3958e215d7 100644
--- a/common/cmd_pxe.c
+++ b/common/cmd_pxe.c
@@ -27,7 +27,9 @@
#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
OpenPOWER on IntegriCloud