commit | c5db5195941c04fde0838bc7b94aaf6359b3ff93 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 31 07:43:01 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Nov 04 18:15:32 2019 -0700 |
tree | 94d8bfda0e6071c2c35c21a43461f722d8acdf18 | |
parent | fd926669376c322b39206a763c2ef0c572d9fa02 [diff] |
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: Simon Glass <sjg@chromium.org>