
5 Nov
2019
5 Nov
'19
1:06 p.m.
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 ---
Changes in v2: None
scripts/dtc/pylibfdt/libfdt.i_shipped | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to u-boot-fdt