platform_external_dtc/pylibfdt
Simon Glass fdf3f6d897 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 and update the tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
Message-Id: <20191025010226.34378-1-sjg@chromium.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2019-10-27 17:50:53 +01:00
..
.gitignore Use Python3 by default 2019-03-29 15:43:24 +11:00
libfdt.i pylibfdt: Correct the type for fdt_property_stub() 2019-10-27 17:50:53 +01:00
Makefile.pylibfdt pylibfdt: Replace dual GPLv2/BSD license boilerplate with SPDX tags 2019-06-21 21:06:10 +10:00
setup.py pylibfdt: use python3 shebang 2019-09-09 15:20:55 +10:00