diff options
Diffstat (limited to 'common/cmd_pxe.c')
| -rw-r--r-- | common/cmd_pxe.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c index 59483a75c..3958e215d 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 |