commit | 791fa457dbda593c0b07517337513bab61b853bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 26 22:06:27 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Jul 25 14:46:57 2020 -0600 |
tree | 45c39f46656140575aafa573299841a1ac9cab56 | |
parent | 45d556d91dfa83874b21ce83b979f3c45c353a6c [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>