pylibfdt: Correct the type for fdt_property_stub()
authorSimon Glass <sjg@chromium.org>
Thu, 31 Oct 2019 13:43:01 +0000 (07:43 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Nov 2019 01:15:32 +0000 (18:15 -0700)
commit97de532e59be97281aabc327e93939550881e2ea
tree94d8bfda0e6071c2c35c21a43461f722d8acdf18
parent903fe17aa8c87de7b943ba02babaf34b53097336
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>
scripts/dtc/pylibfdt/libfdt.i_shipped