diff options
author | Peng Ma <peng.ma@nxp.com> | 2018-08-01 14:15:40 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-09-27 08:53:03 -0700 |
commit | 686203737e5370cb24cdda383fba6e6c5233159e (patch) | |
tree | 2896a1560ec500a4bded07058bff703c43c259b1 /board/freescale/ls1021aiot/ls1021aiot.c | |
parent | cf2250e7877377ebdccc4767b431b99f4d0061c7 (diff) |
armv7: fsl: remove sata support
Remove the old implementation in order to enable DM for sata
Signed-off-by: Peng Ma <peng.ma@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls1021aiot/ls1021aiot.c')
-rw-r--r-- | board/freescale/ls1021aiot/ls1021aiot.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/freescale/ls1021aiot/ls1021aiot.c b/board/freescale/ls1021aiot/ls1021aiot.c index a691dabc0e..fb05b55b5c 100644 --- a/board/freescale/ls1021aiot/ls1021aiot.c +++ b/board/freescale/ls1021aiot/ls1021aiot.c @@ -11,7 +11,6 @@ #include <asm/arch/ls102xa_devdis.h> #include <asm/arch/ls102xa_soc.h> -#include <asm/arch/ls102xa_sata.h> #include <fsl_csu.h> #include <fsl_esdhc.h> #include <fsl_immap.h> @@ -206,10 +205,6 @@ int board_init(void) #ifdef CONFIG_BOARD_LATE_INIT int board_late_init(void) { -#ifdef CONFIG_SCSI_AHCI_PLAT - ls1021a_sata_init(); -#endif - return 0; } #endif |