]> git.sur5r.net Git - u-boot/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)
commit116adecb5e8e343cfc73a55f25a5d3d8463f4512
tree98514b5da662a1bc1df3cb88a6f3671e35c55fd0
parentfe57c784ad7187318a3aa6923d82095555bb50be
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