From: Stefan Brüns Date: Sun, 30 Aug 2015 17:10:58 +0000 (+0200) Subject: doc: document the fdtdir PXE command X-Git-Tag: KARO-TXSD-2017-03-15~3431 X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=6015f8f1b6fc30de7b4839bd691058583ec7f521 doc: document the fdtdir PXE command Signed-off-by: Stefan Brüns --- diff --git a/doc/README.pxe b/doc/README.pxe index 8363383c53..bd175eb22d 100644 --- a/doc/README.pxe +++ b/doc/README.pxe @@ -155,6 +155,13 @@ fdt - if this label is chosen, use tftp to retrieve the fdt blob the fdt_addr_r environment variable, and that address will be passed to bootm. +fdtdir - if this label is chosen, use tftp to retrieve a fdt blob + relative to . If the fdtfile environment variable + is set, / is retrieved. Otherwise, the + filename is generated from the soc and board environment + variables, i.e. /-.dtb is retrieved. + If the fdt command is specified, fdtdir is ignored. + localboot - Run the command defined by "localcmd" in the environment. is ignored and is only here to match the syntax of PXELINUX config files.