public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ot1200: remove superfluous "string" tag
@ 2014-10-07  8:58 Christian Gmeiner
  2014-10-07  9:04 ` Masahiro Yamada
  2014-10-21 12:02 ` Stefano Babic
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Gmeiner @ 2014-10-07  8:58 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
---
 board/bachmann/ot1200/Kconfig | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/board/bachmann/ot1200/Kconfig b/board/bachmann/ot1200/Kconfig
index 55a825d..6cf2573 100644
--- a/board/bachmann/ot1200/Kconfig
+++ b/board/bachmann/ot1200/Kconfig
@@ -1,23 +1,18 @@
 if TARGET_OT1200
 
 config SYS_CPU
-	string
 	default "armv7"
 
 config SYS_BOARD
-	string
 	default "ot1200"
 
 config SYS_VENDOR
-	string
 	default "bachmann"
 
 config SYS_SOC
-	string
 	default "mx6"
 
 config SYS_CONFIG_NAME
-	string
 	default "ot1200"
 
 endif
-- 
1.9.3

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

end of thread, other threads:[~2014-10-21 12:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-07  8:58 [U-Boot] [PATCH] ot1200: remove superfluous "string" tag Christian Gmeiner
2014-10-07  9:04 ` Masahiro Yamada
2014-10-21 12:02 ` Stefano Babic

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