mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 13:01:17 +02:00
At present this method uses a non-const udevice pointer, but the call should not modify the device. Use a const pointer. Signed-off-by: Simon Glass <sjg@chromium.org>