
27 Aug
2016
27 Aug
'16
6:06 p.m.
On 25 July 2016 at 18:59, Simon Glass sjg@chromium.org wrote:
Add a way to find the byte offset of a property within the device tree. This is only supported with the normal libfdt implementation since fdtget does not provide this information.
Signed-off-by: Simon Glass sjg@chromium.org
lib/libfdt/libfdt.swig | 3 +++ tools/dtoc/fdt.py | 11 +++++++++++ tools/dtoc/fdt_normal.py | 18 ++++++++++++++++++ 3 files changed, 32 insertions(+)
Applied to u-boot-dm/next.