mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-06 05:02:03 +02:00
Clean a mixup between u32 and int as a return type for functions returning error values. Use int as it is native (and widely used) return type. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Acked-by: Simon Glass <sjg@chromium.org>