summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2020-07-07 21:21:52 +0530
committerJagan Teki <jagan@amarulasolutions.com>2020-07-09 20:58:05 +0530
commitbce26c45e27ecb83a185c42abc1fa2cdc12692f6 (patch)
tree9297236c52a231df100d01b81e37b026e262e75f /arch/arm
parent37559488a95e45d553e7d0a0a532692a7032f554 (diff)
downloadu-boot-bce26c45e27ecb83a185c42abc1fa2cdc12692f6.tar.gz
u-boot-bce26c45e27ecb83a185c42abc1fa2cdc12692f6.tar.xz
u-boot-bce26c45e27ecb83a185c42abc1fa2cdc12692f6.zip
arm: Remove pepper board
OF_CONTROL, DM_SPI and other driver model migration deadlines are expired for this board. Remove it. Cc: Ash Charles <ash@gumstix.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig1
-rw-r--r--arch/arm/mach-omap2/am33xx/Kconfig7
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 6c423fe1a2..a0877fc37f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1921,7 +1921,6 @@ source "board/freescale/lx2160a/Kconfig"
source "board/freescale/mx35pdk/Kconfig"
source "board/freescale/s32v234evb/Kconfig"
source "board/grinn/chiliboard/Kconfig"
-source "board/gumstix/pepper/Kconfig"
source "board/hisilicon/hikey/Kconfig"
source "board/hisilicon/hikey960/Kconfig"
source "board/hisilicon/poplar/Kconfig"
diff --git a/arch/arm/mach-omap2/am33xx/Kconfig b/arch/arm/mach-omap2/am33xx/Kconfig
index a93fbf4ea0..bb8959e7a7 100644
--- a/arch/arm/mach-omap2/am33xx/Kconfig
+++ b/arch/arm/mach-omap2/am33xx/Kconfig
@@ -160,13 +160,6 @@ config TARGET_PENGWYN
select DM_SERIAL
imply CMD_DM
-config TARGET_PEPPER
- bool "Support pepper"
- select DM
- select DM_GPIO
- select DM_SERIAL
- imply CMD_DM
-
config TARGET_PHYCORE_AM335X_R2
bool "Support phyCORE AM335X R2"
select DM