commit | 7a6b641d673be127863b7b5877595096a2bfde26 | [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 | c7b010d6003d3f1d9a67659c3bb7a1e699a48748 [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>