aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorTom Rini2022-08-03 12:11:00 -0400
committerTom Rini2022-08-20 22:45:00 -0400
commitc50ff4a933d5617415221bbb85b0bfa5247b697a (patch)
treebeef0c88a482cfa4169f1e939949587d5be74ac0 /arch/arm/mach-imx
parentf5abb5b110c212f79db51600cbc69f63b905f362 (diff)
arm: Remove warp board
This board is missing migration to CONFIG_DM, which had a deadline of v2020.01, which is now more than 2 years passed due. Remove it. Cc: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/mx6/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
index eceb730856f..ec560fe2570 100644
--- a/arch/arm/mach-imx/mx6/Kconfig
+++ b/arch/arm/mach-imx/mx6/Kconfig
@@ -640,11 +640,6 @@ config TARGET_WANDBOARD
select BOARD_LATE_INIT
select SUPPORT_SPL
-config TARGET_WARP
- bool "WaRP"
- depends on MX6SL
- select BOARD_LATE_INIT
-
config TARGET_BRPPT2
bool "brppt2"
depends on MX6QDL
@@ -724,7 +719,6 @@ source "board/k+p/kp_imx6q_tpc/Kconfig"
source "board/udoo/Kconfig"
source "board/udoo/neo/Kconfig"
source "board/wandboard/Kconfig"
-source "board/warp/Kconfig"
source "board/BuR/brppt2/Kconfig"
source "board/out4/o4-imx6ull-nano/Kconfig"