diff options
author | Soeren Moch <smoch@web.de> | 2019-03-01 13:10:59 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:09 +0200 |
commit | 046a69b84808ed86a59bb32a970da912c1e78c94 (patch) | |
tree | 9c57523c2937769f10eb1768fffdd362ea73a256 /configs/cm_fx6_defconfig | |
parent | d5326dfa7a757794c5a4865fba6b899e280a022b (diff) | |
download | u-boot-046a69b84808ed86a59bb32a970da912c1e78c94.tar.gz |
ata: dwc_ahsata: Add ahci driver model support
Disable this support for cm_fx6 to avoid breakage.
Signed-off-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'configs/cm_fx6_defconfig')
-rw-r--r-- | configs/cm_fx6_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cm_fx6_defconfig b/configs/cm_fx6_defconfig index 6156ac2bee..2178170c5a 100644 --- a/configs/cm_fx6_defconfig +++ b/configs/cm_fx6_defconfig @@ -51,6 +51,7 @@ CONFIG_DEFAULT_DEVICE_TREE="imx6q-cm-fx6" CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_DWC_AHSATA=y +# CONFIG_DWC_AHSATA_AHCI is not set CONFIG_DM_KEYBOARD=y CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y |