mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] common: drop duplicate inclusion of common/boards/Kconfig
@ 2025-07-01  7:16 Sascha Hauer
  2025-07-01  7:52 ` Ahmad Fatoum
  2025-07-02  7:31 ` Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2025-07-01  7:16 UTC (permalink / raw)
  To: Barebox List

Commit b3d50a2b40 ("common: factor out debugging options into separate
files") accidently added a second inclusion of common/boards/Kconfig.
Drop the duplicate.

Fixes: b3d50a2b40 ("common: factor out debugging options into separate files")
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 common/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/Kconfig b/common/Kconfig
index 0651f955dc..df5709faf9 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1457,7 +1457,6 @@ endif
 endmenu
 
 source "common/Kconfig.debug"
-source "common/boards/Kconfig"
 
 config DDR_SPD
 	bool
-- 
2.39.5




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

end of thread, other threads:[~2025-07-02  7:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-01  7:16 [PATCH] common: drop duplicate inclusion of common/boards/Kconfig Sascha Hauer
2025-07-01  7:52 ` Ahmad Fatoum
2025-07-02  7:31 ` Sascha Hauer

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