]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: core: Add livetree definitions
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:08:53 +0000 (20:08 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2017 13:03:06 +0000 (07:03 -0600)
commit5e060d8bcca86dd4b88af607396a96cf6c557ca7
tree814096688d9923aa692d70c2211c599931ed6b39
parentfd7029029f5fd23990fb18c1049167fdcf95104d
dm: core: Add livetree definitions

Add a Kconfig option to enable a live device tree, built at run time from
the flat tree. Also add structure definitions and a root node.

Signed-off-by: Simon Glass <sjg@chromium.org>
dts/Kconfig
include/asm-generic/global_data.h
include/dm/of.h [new file with mode: 0644]