summaryrefslogtreecommitdiff
path: root/board/udoo/udoo.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-10-31 08:14:53 -0400
committerTom Rini <trini@konsulko.com>2017-10-31 08:14:53 -0400
commit3c1af17c5eebc3718095907c254ae3eb8a3412f8 (patch)
treeac2b1fea2f8c5638b52f7184ba506a4665128b3d /board/udoo/udoo.c
parentda125b72fdd596dddcc87e9c2917be322d27ef03 (diff)
parent40b0dae15159bf14f24cf7714ddd690ae3ca65e3 (diff)
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'board/udoo/udoo.c')
-rw-r--r--board/udoo/udoo.c3
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;
}