diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-03-25 01:18:23 +0100 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2017-04-01 15:45:04 -0700 |
commit | ee92194acd3b2b8a6b2a096ec9588e9a7f326e95 (patch) | |
tree | 6b78197d045dc18f8938bcbc1f428a4a210c3614 /configs | |
parent | 4119b7098c8ef83105946502bc7098dec67bd15d (diff) |
apalis-tk1: disable external clock loopback on SDMMC3
Actually make use of that shiny new CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/apalis-tk1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig index 7264aeeff4..10862e56e7 100644 --- a/configs/apalis-tk1_defconfig +++ b/configs/apalis-tk1_defconfig @@ -28,6 +28,7 @@ CONFIG_SPL_DM=y CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y # CONFIG_DM_MMC_OPS is not set +CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK=y CONFIG_E1000=y CONFIG_PCI=y CONFIG_DM_PCI=y |