init_sata() is done as part of scsi_init() in
arch/arm/cpu/armv7/omap-common/sata.c so no need to duplicate
it here.

This seems to fix SATA problems in the kernel when CONFIG_TI_PIPE3 is
configured as loadable module.

Cc: Cooper Jr., Franklin <fcoo...@ti.com>
Cc: Nishanth Menon <n...@ti.com>
Signed-off-by: Roger Quadros <rog...@ti.com>
---
 board/ti/am57xx/board.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/ti/am57xx/board.c b/board/ti/am57xx/board.c
index 042f9ab..34c5161 100644
--- a/board/ti/am57xx/board.c
+++ b/board/ti/am57xx/board.c
@@ -264,7 +264,6 @@ int board_init(void)
 
 int board_late_init(void)
 {
-       init_sata(0);
        /*
         * DEV_CTRL.DEV_ON = 1 please - else palmas switches off in 8 seconds
         * This is the POWERHOLD-in-Low behavior.
-- 
2.5.0

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to