diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-02 07:33:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-20 21:18:15 -0400 |
commit | 5663b137e6827bcced39fb3fcd2e43364bee26c9 (patch) | |
tree | 6e3d2f33403f4a6581328afe2029a3d43359245e /arch/arm/mach-orion5x | |
parent | 30da76be5cbd98581d4290ff744d226fbbe14a04 (diff) | |
download | u-boot-5663b137e6827bcced39fb3fcd2e43364bee26c9.tar.gz |
arm: Remove edminiv2 board
This board is not converted to use CONFIG_DM, well passed the migration
deadline. Remove it.
Cc: Simon Guinot <simon.guinot@sequanux.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r-- | arch/arm/mach-orion5x/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index b8b45a048c..e677211b2e 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig @@ -6,21 +6,8 @@ config 88F5182 config FEROCEON bool -choice - prompt "Marvell Orion board select" - optional - -config TARGET_EDMINIV2 - bool "LaCie Ethernet Disk mini V2" - select 88F5182 - select FEROCEON - select SUPPORT_SPL - -endchoice - config SYS_SOC default "orion5x" -source "board/LaCie/edminiv2/Kconfig" endif |