aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorEnrico Leto <enrico.leto@siemens.com>2023-11-08 15:53:17 +0100
committerTom Rini <trini@konsulko.com>2023-11-22 19:10:03 -0500
commit1c73e05b03477ba5e17ac6dcbda9b473140f6ac5 (patch)
treebfcd7a5058258b55ff40cf778e62abd7cbfd3938 /arch
parent054222eb68f6d7500e21dd1f01af8b9a59b89fd4 (diff)
downloadu-boot-1c73e05b03477ba5e17ac6dcbda9b473140f6ac5.zip
u-boot-1c73e05b03477ba5e17ac6dcbda9b473140f6ac5.tar.gz
u-boot-1c73e05b03477ba5e17ac6dcbda9b473140f6ac5.tar.bz2
siemens,am335x: clean-up draco targets
Draco is a family of 3 boards: thuban, rastaban & etamin. Rename all targets of the family adding the draco- prefix to increase readibility and simplify future commits about concerning all boards of the family. The name draco was initially used for the first target. It's deprecated since a 2nd target was introduced. Unfortunately the draco target was copied to the thuban target instead to be renamed. Remove it to save unnecessary maintenance effort. Signed-off-by: Enrico Leto <enrico.leto@siemens.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/am33xx/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-omap2/am33xx/Kconfig b/arch/arm/mach-omap2/am33xx/Kconfig
index 8cb0c57..bd5129b 100644
--- a/arch/arm/mach-omap2/am33xx/Kconfig
+++ b/arch/arm/mach-omap2/am33xx/Kconfig
@@ -105,15 +105,6 @@ config TARGET_CHILIBOARD
select DM_SERIAL
imply CMD_DM
-config TARGET_DRACO
- bool "Support draco"
- select BOARD_LATE_INIT
- select DM
- select DM_GPIO
- select DM_SERIAL
- select FACTORYSET
- imply CMD_DM
-
config TARGET_ETAMIN
bool "Support etamin"
select BOARD_LATE_INIT