cmd: spl: provide address and size of prepared FDT in environment
authorAnatolij Gustschin <agust@denx.de>
Thu, 17 Aug 2017 19:01:48 +0000 (21:01 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 26 Aug 2017 18:56:12 +0000 (14:56 -0400)
commit767cb74a0028be337d2ffecee7450e83fa2e7bd1
tree77f102e19cab2df9305f3d62b64e51ca0b19852a
parent195dc23185400fa605d268c3d903c83286ecae37
cmd: spl: provide address and size of prepared FDT in environment

Writing prepared FDT to persistent storage should be possible in
scripts. Create environment variables containing address and size
of the updated FDT. Scripts can use these variables after running
'spl export fdt ...' command to write the new blob to persistent
storage.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
cmd/spl.c
doc/README.falcon