diff options
author | Alexander Graf <agraf@suse.de> | 2016-07-21 01:34:00 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-07-22 14:06:11 +0200 |
commit | 3bac8303e4840f6902a51f9665696ff3939596f4 (patch) | |
tree | d67a1b6f50e2849ce2a160afd3e1a465cff21476 | |
parent | 91afeb30103aeae3a4c32cc48d07c40a215cbe90 (diff) | |
download | u-boot-imx-3bac8303e4840f6902a51f9665696ff3939596f4.zip u-boot-imx-3bac8303e4840f6902a51f9665696ff3939596f4.tar.gz u-boot-imx-3bac8303e4840f6902a51f9665696ff3939596f4.tar.bz2 |
ARM64: zynqmp: Enable AHCI on EP platform
The EP platform also has working AHCI emulation, so I see little reason
not to implement the plumbing for it that enables us to boot from AHCI.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | include/configs/xilinx_zynqmp_ep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/xilinx_zynqmp_ep.h b/include/configs/xilinx_zynqmp_ep.h index c5bd5da..44434aa 100644 --- a/include/configs/xilinx_zynqmp_ep.h +++ b/include/configs/xilinx_zynqmp_ep.h @@ -17,6 +17,7 @@ #define CONFIG_ZYNQ_SDHCI_MIN_FREQ (CONFIG_ZYNQ_SDHCI_MAX_FREQ << 9) #define CONFIG_ZYNQ_EEPROM #define CONFIG_AHCI +#define CONFIG_SATA_CEVA #define CONFIG_ZYNQMP_XHCI_LIST {ZYNQMP_USB0_XHCI_BASEADDR, \ ZYNQMP_USB1_XHCI_BASEADDR} |