diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-02-19 05:07:13 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-03-09 17:57:04 +0100 |
commit | 3f965f2c282d62320952fee97cba19323f51b109 (patch) | |
tree | ce6459f85a20d8f2bf0474bff30f5e41ecc80c28 /include | |
parent | fc3ed156f9f1349d417fa36b397916b03ff52b05 (diff) |
ARM: rmobile: Convert Gen2 Stout, Porter, Silk to DM_SPI{,_FLASH}
Enable DM_SPI and DM_SPI_FLASH in U-Boot on H2 Stout, M2W Porter and E3 Silk.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rcar-gen2-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/rcar-gen2-common.h b/include/configs/rcar-gen2-common.h index d606da8b0e..9213d33e21 100644 --- a/include/configs/rcar-gen2-common.h +++ b/include/configs/rcar-gen2-common.h @@ -53,6 +53,8 @@ /* SF MTD */ #if defined(CONFIG_SPI_FLASH_MTD) && !defined(CONFIG_SPL_BUILD) #else +#undef CONFIG_DM_SPI +#undef CONFIG_DM_SPI_FLASH #undef CONFIG_SPI_FLASH_MTD #endif |