mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-10 08:50:18 +00: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>