diff options
author | Marek Vasut | 2017-09-26 20:06:18 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2017-09-28 06:38:30 +0900 |
commit | 9ac9c341f9f319e9c1a777c2d64233c70c613b2e (patch) | |
tree | 981ce4c1604cf97aaba0102670cb1ec0b043423c /configs/r8a7795_ulcb_defconfig | |
parent | 286056d28c291da1dba5509ffeb2a12e3222b65b (diff) |
ARM: rmobile: Switch to UniPhier SD driver on Gen3
The UniPhier SD driver handles the same Matsushita IP as is used
in the Renesas RCar SoCs, yet the driver is significantly better
than the SH SDHI one. Switch over to the Uniphier driver.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a7795_ulcb_defconfig')
-rw-r--r-- | configs/r8a7795_ulcb_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/r8a7795_ulcb_defconfig b/configs/r8a7795_ulcb_defconfig index 181863c19e0..13be0b52621 100644 --- a/configs/r8a7795_ulcb_defconfig +++ b/configs/r8a7795_ulcb_defconfig @@ -29,7 +29,7 @@ CONFIG_ENV_IS_IN_MMC=y CONFIG_CLK=y CONFIG_CLK_RENESAS=y CONFIG_DM_MMC=y -CONFIG_SH_SDHI=y +CONFIG_MMC_UNIPHIER=y CONFIG_DM_ETH=y CONFIG_RENESAS_RAVB=y CONFIG_SCIF_CONSOLE=y |