]> git.sur5r.net Git - u-boot/blobdiff - board/udoo/udoo.c
udoo: Remove cpu type check prior to setup_sata()
[u-boot] / board / udoo / udoo.c
index a359626b818a727d3e83ecf61c3d428afac02e5d..562f0d863e02c443fd4adfff5ddc9aaad1247783 100644 (file)
@@ -245,8 +245,7 @@ int board_init(void)
        gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;
 
 #ifdef CONFIG_SATA
-       if (is_cpu_type(MXC_CPU_MX6Q))
-               setup_sata();
+       setup_sata();
 #endif
        return 0;
 }