]> git.dujemihanovic.xyz Git - u-boot.git/commit
siemens,am335x: clean-up draco targets
authorEnrico Leto <enrico.leto@siemens.com>
Wed, 8 Nov 2023 14:53:17 +0000 (15:53 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 23 Nov 2023 00:10:03 +0000 (19:10 -0500)
commit1c73e05b03477ba5e17ac6dcbda9b473140f6ac5
treebfcd7a5058258b55ff40cf778e62abd7cbfd3938
parent054222eb68f6d7500e21dd1f01af8b9a59b89fd4
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>
arch/arm/mach-omap2/am33xx/Kconfig
board/siemens/draco/Kconfig
board/siemens/draco/MAINTAINERS
configs/draco-etamin_defconfig [moved from configs/etamin_defconfig with 100% similarity]
configs/draco-rastaban_defconfig [moved from configs/rastaban_defconfig with 100% similarity]
configs/draco-thuban_defconfig [moved from configs/thuban_defconfig with 100% similarity]
configs/draco_defconfig [deleted file]
include/configs/draco-etamin.h [moved from include/configs/etamin.h with 100% similarity]
include/configs/draco-rastaban.h [moved from include/configs/rastaban.h with 100% similarity]
include/configs/draco-thuban.h [moved from include/configs/thuban.h with 100% similarity]
include/configs/draco.h [deleted file]