commit | 609e2b1374d1ea4cf3ca38b0454b7e6500d06704 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 06 10:27:31 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 09 09:11:00 2018 -0600 |
tree | e2d18563610f0059aab03a3c63cceccf468c2407 | |
parent | c5eddc8205f7b1ff2ecb34f33dae115543a25a60 [diff] |
dtoc: Fix properties with a single zero-arg phandle At present a property with a single phandle looks like an integer value to dtoc. Correct this by adjusting it in the phandle-processing code. Add a test for this. Signed-off-by: Simon Glass <sjg@chromium.org>