U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] arm: mach-k3: Remove undefined Kconfig symbols BOARD and SPL_BOARD
@ 2025-03-19 19:29 Andrew Davis
  2025-03-19 19:29 ` [PATCH 2/3] arm: mach-k3: Enable BINMAN Kconfig symbol for all ARCH_K3 Andrew Davis
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andrew Davis @ 2025-03-19 19:29 UTC (permalink / raw)
  To: Neha Malcom Francis, Vignesh Raghavendra, Nishanth Menon,
	Simon Glass, Tom Rini
  Cc: u-boot, Andrew Davis

These are not defined nor used, they seem to be leftover or a typo,
remove them.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 arch/arm/mach-k3/am62ax/Kconfig | 2 --
 arch/arm/mach-k3/am64x/Kconfig  | 2 --
 2 files changed, 4 deletions(-)

diff --git a/arch/arm/mach-k3/am62ax/Kconfig b/arch/arm/mach-k3/am62ax/Kconfig
index f8cdcdca57a..6f6ac35c1d8 100644
--- a/arch/arm/mach-k3/am62ax/Kconfig
+++ b/arch/arm/mach-k3/am62ax/Kconfig
@@ -14,8 +14,6 @@ config TARGET_AM62A7_A53_EVM
 	select ARM64
 	select BINMAN
 	select OF_SYSTEM_SETUP
-	imply BOARD
-	imply SPL_BOARD
 	imply TI_I2C_BOARD_DETECT
 
 config TARGET_AM62A7_R5_EVM
diff --git a/arch/arm/mach-k3/am64x/Kconfig b/arch/arm/mach-k3/am64x/Kconfig
index e8b7d54d7ac..28691ffb227 100644
--- a/arch/arm/mach-k3/am64x/Kconfig
+++ b/arch/arm/mach-k3/am64x/Kconfig
@@ -13,8 +13,6 @@ config TARGET_AM642_A53_EVM
 	bool "TI K3 based AM642 EVM running on A53"
 	select ARM64
 	select BINMAN
-	imply BOARD
-	imply SPL_BOARD
 	imply TI_I2C_BOARD_DETECT
 
 config TARGET_AM642_R5_EVM
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-04-06 15:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-19 19:29 [PATCH 1/3] arm: mach-k3: Remove undefined Kconfig symbols BOARD and SPL_BOARD Andrew Davis
2025-03-19 19:29 ` [PATCH 2/3] arm: mach-k3: Enable BINMAN Kconfig symbol for all ARCH_K3 Andrew Davis
2025-03-19 19:29 ` [PATCH 3/3] arm: mach-k3: Make K3_LOAD_SYSFW and SYS_K3_SPL_ATF default enabled Andrew Davis
2025-04-05 15:34 ` [PATCH 1/3] arm: mach-k3: Remove undefined Kconfig symbols BOARD and SPL_BOARD Tom Rini
2025-04-06 15:38 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox