u-boot-brain/scripts/dtc/pylibfdt
Simon Glass 97de532e59 pylibfdt: Correct the type for fdt_property_stub()
This function should use a void * type, not char *. This causes an error:

TypeError: in method 'fdt_property_stub', argument 3 of type 'char const *'

Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
2019-11-04 18:15:32 -07:00
..
.gitignore pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile 2017-11-17 07:43:32 -05:00
libfdt.i_shipped pylibfdt: Correct the type for fdt_property_stub() 2019-11-04 18:15:32 -07:00
Makefile pylibfdt: Convert to Python 3 2019-11-04 18:15:32 -07:00
setup.py pylibfdt: Convert to Python 3 2019-11-04 18:15:32 -07:00