mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-13 09:51:23 +02: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>