commit | 39f985536d3f0df5dba32c15b64ba2b5d32dd296 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Sun Dec 02 21:00:28 2012 -0600 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Jun 24 19:07:34 2013 -0500 |
tree | 0a29ef67c44b1e77fcdfa1e0b64baa994e739d79 | |
parent | 8577fec976c58a0bd1c2c767f9dba058043624f4 [diff] |
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>