mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-23 11:41:40 +01: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>