]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Add a parameter to fdt_valid()
authorSimon Glass <sjg@chromium.org>
Sat, 20 Apr 2013 08:42:42 +0000 (08:42 +0000)
committerTom Rini <trini@ti.com>
Wed, 1 May 2013 15:17:21 +0000 (11:17 -0400)
commitd14da91307d8378ea9a99044165e83b79dec67a1
treebb8239c549cd7b9c8bccc77c9cd5c3c0e7fe6515
parentf828bf25fe02f0d7148a9180988ab4d5681b8195
fdt: Add a parameter to fdt_valid()

At present this only checks working_fdt, but we want to check other FDTs
also. So add the FDT to check as a parameter to fdt_valid().

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