diff options
-rw-r--r-- | board/udoo/udoo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/udoo/udoo.c b/board/udoo/udoo.c index a359626b81..562f0d863e 100644 --- a/board/udoo/udoo.c +++ b/board/udoo/udoo.c @@ -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; } |