[U-Boot] [PATCH v2 12/17] pylibfdt: Correct the type for fdt_property_stub()

sjg at google.com sjg at google.com
Tue Nov 5 12:06:33 UTC 2019


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 at chromium.org>
---

Changes in v2: None

 scripts/dtc/pylibfdt/libfdt.i_shipped | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Applied to u-boot-fdt


More information about the U-Boot mailing list