diff options
author | Yuantian Tang <andy.tang@nxp.com> | 2018-01-03 15:53:10 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-01-17 10:30:54 -0800 |
commit | ae02cf03bc47804e88bb2fbc7cae3560618e6547 (patch) | |
tree | 718166e19004d1d11d81b5927461092d21275161 /include/configs/ls1012aqds.h | |
parent | f216ef252eb857167d2f6e58d646ff8dbf28abd1 (diff) | |
download | u-boot-ae02cf03bc47804e88bb2fbc7cae3560618e6547.tar.gz |
arm64: ls1012a: Add sata distro boot support
Sata is equipped on ls1012a and can be a boot source. Add sata boot
support as an option if available.
Signed-off-by: Tang Yuantian <andy.tang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1012aqds.h')
-rw-r--r-- | include/configs/ls1012aqds.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/ls1012aqds.h b/include/configs/ls1012aqds.h index bf4262a01d..e1767efa35 100644 --- a/include/configs/ls1012aqds.h +++ b/include/configs/ls1012aqds.h @@ -113,16 +113,6 @@ #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 #endif -/* SATA */ -#define CONFIG_SCSI_AHCI_PLAT - -#define CONFIG_SYS_SATA AHCI_BASE_ADDR - -#define CONFIG_SYS_SCSI_MAX_SCSI_ID 1 -#define CONFIG_SYS_SCSI_MAX_LUN 1 -#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ - CONFIG_SYS_SCSI_MAX_LUN) - #define CONFIG_PCIE1 /* PCIE controller 1 */ #define CONFIG_PCI_SCAN_SHOW |