commit | c34a942ae367bde9506aa28278906f09f28823fb | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Wed Sep 12 16:35:23 2012 -0500 |
committer | John Rigby <john.rigby@linaro.org> | Thu Dec 06 13:51:52 2012 -0700 |
tree | bca82a79436d7ce97b3d71ebd1a8ea5e4588c036 | |
parent | 31770a3437e5cc10200754ae9f7c96fb20a86626 [diff] |
cmd_pxe: add support for per arch and SoC default paths A pxelinux server setup for "default" menu is typically an x86 binary. This does not work well with a mixed architecture setup. Extend the default search to look for default-<arch>-<soc> and then default-<arch> before falling back to just "default". Signed-off-by: Rob Herring <rob.herring@calxeda.com>