mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +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>