commit | 97de532e59be97281aabc327e93939550881e2ea | [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 | 903fe17aa8c87de7b943ba02babaf34b53097336 [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>