commit | f43c401b72bb0db43ab0b55c4a79e1f4889d3aa2 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Jan 28 14:50:09 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Tue Feb 04 11:51:18 2014 -0500 |
tree | 67ff2aaf10468448b67b772945e7f36d6fe8cbc9 | |
parent | 07e2822d158940a0e8ba45b6ab0344ffa1011a07 [diff] |
pxe: support "devicetree" tag The specification for extlinux.conf[1] states that "fdt" is an alias for "devicetree". To date, U-Boot only implements "fdt". Rectify that. [1] http://freedesktop.org/wiki/Specifications/BootLoaderSpec/ Signed-off-by: Stephen Warren <swarren@nvidia.com>