]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
fdt: Allow fdt command to check and update control FDT
authorSimon Glass <sjg@chromium.org>
Sat, 20 Apr 2013 08:42:44 +0000 (08:42 +0000)
committerTom Rini <trini@ti.com>
Wed, 1 May 2013 15:17:21 +0000 (11:17 -0400)
commit4b5786550db2da6192f8d5f38eeccbb372f878a8
tree33795148f242abe84fc3353c176af1c3cf2c9f98
parent76b8f79c299ee8029c64c14a65cb0615bad77319
fdt: Allow fdt command to check and update control FDT

There is an existing fdt command to deal with the working FDT. Enhance this
to support the control FDT also (CONFIG_OF_CONTROL).

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