commit | f07e58b878fc18bd69d2c19075f0fb8d7d35da00 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 26 22:06:27 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 20 11:37:47 2020 -0600 |
tree | ca468b413f8eee4677bc83c4adf1c118956eacb2 | |
parent | 3b9a87321cf5f40ad4c8dac535f94b0cbde19ce2 [diff] |
cpu: Convert the methods to use a const udevice * These functions should not modify the device. Convert them to const so that callers don't need to cast if they have a const udevice *. Signed-off-by: Simon Glass <sjg@chromium.org>