commit | 7b472af418a7bfc1bcbb04f10a39a4bde03d2ac3 | [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 | 3672c1ec8272c78b59f555336cda4dcf3f4e2117 [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>