X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fx86%2Fcpu%2Fintel_common%2Fcpu.c;h=0fdef6f3690b50ef1c472fa07fd4b7d8de771634;hb=377656b2cc3be3e704fc574041669a4a84ea6bb8;hp=93e4505e4de50d635e2e7dd2353437d9115f86fa;hpb=2a605d4d8889ac5dd4c806b3a37ba75a80716e46;p=u-boot diff --git a/arch/x86/cpu/intel_common/cpu.c b/arch/x86/cpu/intel_common/cpu.c index 93e4505e4d..0fdef6f369 100644 --- a/arch/x86/cpu/intel_common/cpu.c +++ b/arch/x86/cpu/intel_common/cpu.c @@ -58,7 +58,7 @@ int cpu_common_init(void) return -ENODEV; /* Cause the SATA device to do its early init */ - uclass_first_device(UCLASS_DISK, &dev); + uclass_first_device(UCLASS_AHCI, &dev); return 0; }