]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Add functions to add integer properties
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jul 2018 16:27:38 +0000 (10:27 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
commit02d50283277298aa702e0bc13ae67c2a7de63ba7
tree98514b5da662a1bc1df3cb88a6f3671e35c55fd0
parent16f13b8bbb3abf66a60c97108bceb0c41450e7f6
dtoc: Add functions to add integer properties

Add a few simple functions to add a placeholder integer property, and
set its value.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt.py
tools/dtoc/test_fdt.py