mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>