summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-01-28 14:50:09 -0700
committerTom Rini <trini@ti.com>2014-02-04 11:51:18 -0500
commitf43c401b72bb0db43ab0b55c4a79e1f4889d3aa2 (patch)
tree67ff2aaf10468448b67b772945e7f36d6fe8cbc9 /common
parent07e2822d158940a0e8ba45b6ab0344ffa1011a07 (diff)
downloadtalos-obmc-uboot-f43c401b72bb0db43ab0b55c4a79e1f4889d3aa2.tar.gz
talos-obmc-uboot-f43c401b72bb0db43ab0b55c4a79e1f4889d3aa2.zip
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>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_pxe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c
index c27ec354cc..4f00b1a607 100644
--- a/common/cmd_pxe.c
+++ b/common/cmd_pxe.c
@@ -745,6 +745,7 @@ static const struct token keywords[] = {
{"append", T_APPEND},
{"initrd", T_INITRD},
{"include", T_INCLUDE},
+ {"devicetree", T_FDT},
{"fdt", T_FDT},
{"ontimeout", T_ONTIMEOUT,},
{"ipappend", T_IPAPPEND,},
OpenPOWER on IntegriCloud