mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-09 12:51:27 +01:00
The values here are int, but the map_to_sysmem() call can return a long. Add a cast to deal with this. Signed-off-by: Simon Glass <sjg@chromium.org>