mirror of
https://xff.cz/git/u-boot/
synced 2026-01-10 06:16:19 +01:00
At present device_bind() does some unnecessary work if a device fails to bind in SPL. Add the missing conditions. Also fix a style nit in the same function while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>