mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-16 05:38:13 +01:00
This function is really just a call to uclass_get_device() and there is no reason why the caller cannot do it. Update sandbox and snow accordingly. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Minkyu Kang <mk7.kang@samsung.com>