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/ls1012ardb.h | |
parent | f216ef252eb857167d2f6e58d646ff8dbf28abd1 (diff) | |
download | u-boot-ae02cf03bc47804e88bb2fbc7cae3560618e6547.tar.gz u-boot-ae02cf03bc47804e88bb2fbc7cae3560618e6547.tar.bz2 u-boot-ae02cf03bc47804e88bb2fbc7cae3560618e6547.zip |
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/ls1012ardb.h')
-rw-r--r-- | include/configs/ls1012ardb.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h index ab139b00dd..438b5a6338 100644 --- a/include/configs/ls1012ardb.h +++ b/include/configs/ls1012ardb.h @@ -46,15 +46,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 */ |