diff options
| author | Tom Rini <[email protected]> | 2022-08-02 07:33:33 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-20 21:18:15 -0400 |
| commit | 0fb054b3f7ea0764ade8d83f7d482e76add62063 (patch) | |
| tree | 64f5df9ec949b4c87189ef32aae6f42a200cb873 /arch | |
| parent | d8d5ab40d5429240219058371aaa203755cd3100 (diff) | |
arm: Remove armadillo-800eva board
This board is behind on several mandatory DM migrations and is missing
OF_CONTROL support that makes other conversions impossible. Remove it.
Cc: Nobuhiro Iwamatsu <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-rmobile/Kconfig.32 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32 index ea98bb00f3b..27db7940e37 100644 --- a/arch/arm/mach-rmobile/Kconfig.32 +++ b/arch/arm/mach-rmobile/Kconfig.32 @@ -50,9 +50,6 @@ choice prompt "Renesas ARM SoCs board select" optional -config TARGET_ARMADILLO_800EVA - bool "armadillo 800 eva board" - config TARGET_BLANCHE bool "Blanche board" select DM @@ -156,7 +153,6 @@ config QOS_PRI_GFX endchoice -source "board/atmark-techno/armadillo-800eva/Kconfig" source "board/renesas/blanche/Kconfig" source "board/renesas/gose/Kconfig" source "board/renesas/koelsch/Kconfig" |
