commit | 8244127db93d6cf17d2b35e9083400a78015c061 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Thu Nov 15 06:06:06 2018 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 29 09:30:05 2018 -0700 |
tree | d43ad932818d1b47812082a6286f0c102a6e466a | |
parent | b847c1424318c6a0b7aab14e465d7e253b162d31 [diff] |
cmd, fdt: add subcommand "get" to fdt header store fdt header member with name <member> in U-Boot Environment variable with name <var>. for example to get the total length of the fdt and store it in filesize, call: fdt header get filesize totalsize For membernames look into fdt header definition at scripts/dtc/libfdt/libfdt.h Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>