diff options
author | Roger Quadros <rogerq@ti.com> | 2016-04-04 10:53:31 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-11 20:48:21 -0400 |
commit | c3333ded03b4868c42b0eefd4a3e97c14e0d1f57 (patch) | |
tree | 6b6e55b868afbbfec2026ac254ca11aff41cf14b /board | |
parent | 8eca9439eaac7a1d0742c11879fd1b2d8f8e1375 (diff) | |
download | u-boot-imx-c3333ded03b4868c42b0eefd4a3e97c14e0d1f57.zip u-boot-imx-c3333ded03b4868c42b0eefd4a3e97c14e0d1f57.tar.gz u-boot-imx-c3333ded03b4868c42b0eefd4a3e97c14e0d1f57.tar.bz2 |
board: ti: am57xx: Prevent init_sata() from being called twice
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 <fcooper@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/ti/am57xx/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ti/am57xx/board.c b/board/ti/am57xx/board.c index 18416ef..a5f02e6 100644 --- a/board/ti/am57xx/board.c +++ b/board/ti/am57xx/board.c @@ -324,7 +324,6 @@ int board_init(void) int board_late_init(void) { - init_sata(0); setup_board_eeprom_env(); /* |