mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-23 09:12:59 +08:00
This allows building the SPL without driver model for USB. Since CONFIG_SPL_DM_USB is enabled if and only if CONFIG_DM_USB was enabled before, this patch does not change the build behaviour. Signed-off-by: Sven Schwermer <sven@svenschwermer.de>