]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitdff71f903337111383ae2b6a26422260721c6342
tree94d8bfda0e6071c2c35c21a43461f722d8acdf18
parent1a9d1b892e49b5a5f666905a42f480012b8b8f43
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