]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: fdt: Support fdt command for sandbox
authorSimon Glass <sjg@chromium.org>
Sat, 20 Apr 2013 08:42:45 +0000 (08:42 +0000)
committerTom Rini <trini@ti.com>
Wed, 1 May 2013 15:17:21 +0000 (11:17 -0400)
commita92fd6577ea17751ead9b50243e3c562125cf581
tree2f58ed1398a18cfd829b6ba813d446a3b13052ed
parent4b5786550db2da6192f8d5f38eeccbb372f878a8
sandbox: fdt: Support fdt command for sandbox

By using map_sysmem() we can get the fdt command to work correctly with
sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_fdt.c