]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/dra7xx/evm.c
ARM: O5/dra7xx: Add SATA boot support
[karo-tx-uboot.git] / board / ti / dra7xx / evm.c
index 1b60b8f672eaa4ca7116365730996acad389d51c..bed828584bf73bbd656c39e0eacc0556e5ddca09 100644 (file)
@@ -12,6 +12,7 @@
  */
 #include <common.h>
 #include <palmas.h>
+#include <sata.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/arch/mmc_host_def.h>
 #include <asm/arch/sata.h>
@@ -80,7 +81,7 @@ int board_init(void)
 
 int board_late_init(void)
 {
-       omap_sata_init();
+       init_sata(0);
        return 0;
 }