Skip to content
Commit 97de532e authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 903fe17a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment