diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-04-14 00:01:19 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-04-14 00:03:30 +0200 |
commit | 76af7e51e1394d740abb0dfd9728d38baaa80ff2 (patch) | |
tree | 580a4481178f7b00af107b652faba1127721887a /configs/r8a7796_ulcb_defconfig | |
parent | 0e592d075979bfe4b8c9ea7e3c9055156ef17caf (diff) | |
download | u-boot-76af7e51e1394d740abb0dfd9728d38baaa80ff2.tar.gz |
ARM: rmobile: Zap CONFIG_MMC_RENESAS_TUNING
Drop the CONFIG_MMC_RENESAS_TUNING symbol from Gen3 configs.
This symbol is no longer used after the Matsushita SDHI driver,
instead the renesas-sdhi driver uses CONFIG_MMC_HS200_SUPPORT
to discern whether the tuning support should be compiled in.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
--
V2: Submit this on top of configs which are actually in mainline
Diffstat (limited to 'configs/r8a7796_ulcb_defconfig')
-rw-r--r-- | configs/r8a7796_ulcb_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/r8a7796_ulcb_defconfig b/configs/r8a7796_ulcb_defconfig index 2b552cc531..fedb82f6d5 100644 --- a/configs/r8a7796_ulcb_defconfig +++ b/configs/r8a7796_ulcb_defconfig @@ -42,7 +42,6 @@ CONFIG_MMC_IO_VOLTAGE=y CONFIG_MMC_UHS_SUPPORT=y CONFIG_MMC_HS200_SUPPORT=y CONFIG_RENESAS_SDHI=y -CONFIG_MMC_RENESAS_TUNING=y CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_DM_ETH=y |