mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +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>