[U-Boot] [PATCH v3 03/72] dm: core: Add livetree definitions

sjg at google.com sjg at google.com
Thu May 25 00:07:10 UTC 2017


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 at 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


More information about the U-Boot mailing list