]> git.sur5r.net Git - u-boot/commit
dtoc: Fix bug in GetProp()
authorSimon Glass <sjg@chromium.org>
Sun, 25 Sep 2016 21:52:17 +0000 (15:52 -0600)
committersjg <sjg@chromium.org>
Sun, 9 Oct 2016 15:30:32 +0000 (09:30 -0600)
commit0734b70c9cb59f030a8293b08b947aa793baaa74
tree4f07a70a6d749b313e71ab097c7fab775432566d
parentbae5b97e8ec0fedb50350a14e76648714bc51c99
dtoc: Fix bug in GetProp()

This does not actually call fdtget correctly when requesting a particular
type. Fix it.

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