diff options
author | Roger Quadros <rogerq@ti.com> | 2014-09-23 18:07:02 +0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-10 09:44:42 -0400 |
commit | 3160b1b98603cba3c480f70e153b259171d3e4a6 (patch) | |
tree | 7182e26da28c6f6ba9f55ce4b4706c61cb28bdac /board/ti/dra7xx | |
parent | 02590aa31cc282cffafac559032981094f716fa9 (diff) | |
download | u-boot-imx-3160b1b98603cba3c480f70e153b259171d3e4a6.zip u-boot-imx-3160b1b98603cba3c480f70e153b259171d3e4a6.tar.gz u-boot-imx-3160b1b98603cba3c480f70e153b259171d3e4a6.tar.bz2 |
OMAP5+: sata/scsi: Implement scsi_init()
On OMAP platforms, SATA controller provides the SCSI subsystem
so implement scsi_init().
Get rid of the unnecessary sata_init() call from dra7xx-evm
and omap5-uevm board files.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Diffstat (limited to 'board/ti/dra7xx')
-rw-r--r-- | board/ti/dra7xx/evm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ti/dra7xx/evm.c b/board/ti/dra7xx/evm.c index 5592fc5..37df7b2 100644 --- a/board/ti/dra7xx/evm.c +++ b/board/ti/dra7xx/evm.c @@ -93,7 +93,6 @@ int board_late_init(void) else setenv("board_name", "dra7xx"); #endif - init_sata(0); return 0; } |