aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-09 07:54:51 -0400
committerTom Rini <trini@konsulko.com>2021-10-01 21:08:19 -0400
commit4987658be57fde01800fc42d15256890763c8e20 (patch)
tree95d9f8baf42f30024e26ef6123f594c0eec910f8 /arch
parent8ba59608dc8607a5dac1c063502c548f7f9645bb (diff)
downloadu-boot-4987658be57fde01800fc42d15256890763c8e20.zip
u-boot-4987658be57fde01800fc42d15256890763c8e20.tar.gz
u-boot-4987658be57fde01800fc42d15256890763c8e20.tar.bz2
arm: Remove bg0900 board
This board has not been converted to CONFIG_DM by the deadline. Remove it. Cc: Marek Vasut <marex@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/mxs/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/mxs/Kconfig b/arch/arm/mach-imx/mxs/Kconfig
index 9f48ffd..b2026a3 100644
--- a/arch/arm/mach-imx/mxs/Kconfig
+++ b/arch/arm/mach-imx/mxs/Kconfig
@@ -39,9 +39,6 @@ choice
prompt "MX28 board select"
optional
-config TARGET_BG0900
- bool "Support bg0900"
-
config TARGET_MX28EVK
bool "Support mx28evk"
select BOARD_EARLY_INIT_F
@@ -56,6 +53,5 @@ config SYS_SOC
source "board/freescale/mx28evk/Kconfig"
source "board/liebherr/xea/Kconfig"
-source "board/ppcag/bg0900/Kconfig"
endif