]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/intel_common/cpu.c
x86: baytrail: Introduce a Kconfig option for the internal UART
[u-boot] / arch / x86 / cpu / intel_common / cpu.c
index 93e4505e4de50d635e2e7dd2353437d9115f86fa..0fdef6f3690b50ef1c472fa07fd4b7d8de771634 100644 (file)
@@ -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;
 }