mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] kvx: remove unused CONFIG_ARCHINFO
@ 2022-02-07 13:47 Masahiro Yamada
  2022-02-08  8:15 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2022-02-07 13:47 UTC (permalink / raw)
  To: barebox; +Cc: Masahiro Yamada

This is defined, but not used anywhere.

  $ git grep ARCHINFO
  arch/kvx/Kconfig:config ARCHINFO

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 arch/kvx/Kconfig | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/arch/kvx/Kconfig b/arch/kvx/Kconfig
index 1c3e29a9f..5e7ddeea1 100644
--- a/arch/kvx/Kconfig
+++ b/arch/kvx/Kconfig
@@ -38,13 +38,6 @@ config ARCH_TEXT_BASE
 	hex
 	default 0x110000000
 
-menu "Kalray specific"
-
-config ARCHINFO
-	string
-	default "coolidge"
-endmenu
-
 menu "Board configuration"
 
 config BUILTIN_DTB
-- 
2.32.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

end of thread, other threads:[~2022-02-08  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07 13:47 [PATCH] kvx: remove unused CONFIG_ARCHINFO Masahiro Yamada
2022-02-08  8:15 ` Sascha Hauer

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