
25 May
2017
25 May
'17
2:07 a.m.
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 ---
Changes in v3: None Changes in v2: None
dts/Kconfig | 11 ++++ include/asm-generic/global_data.h | 3 ++ include/dm/of.h | 106 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 120 insertions(+) create mode 100644 include/dm/of.h
Applied to u-boot-dm