aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-02 07:33:33 -0400
committerTom Rini <trini@konsulko.com>2022-08-20 21:18:15 -0400
commit0fb054b3f7ea0764ade8d83f7d482e76add62063 (patch)
tree64f5df9ec949b4c87189ef32aae6f42a200cb873 /arch
parentd8d5ab40d5429240219058371aaa203755cd3100 (diff)
downloadu-boot-0fb054b3f7ea0764ade8d83f7d482e76add62063.zip
u-boot-0fb054b3f7ea0764ade8d83f7d482e76add62063.tar.gz
u-boot-0fb054b3f7ea0764ade8d83f7d482e76add62063.tar.bz2
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 <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.324
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32
index ea98bb0..27db794 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"