mirror of
https://xff.cz/git/u-boot/
synced 2026-01-01 18:57:25 +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>