public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arc: remove dummy target
@ 2015-05-13 10:50 Alexey Brodkin
  2015-05-13 15:35 ` Joe Hershberger
  2015-05-13 16:23 ` Alexey Brodkin
  0 siblings, 2 replies; 3+ messages in thread
From: Alexey Brodkin @ 2015-05-13 10:50 UTC (permalink / raw)
  To: u-boot

TARGET_DUMMY was introduced to resolve the same problem as commit
"arch: Make board selection choices optional"
http://git.denx.de/?p=u-boot.git;a=commit;h=a26cd04920dc069fd6e91abb785426cf6c29f45f

Latter implementation is much cleaner and appropriate.

And anyways TARGET_DUMMY is no longer required.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
---
 arch/arc/Kconfig | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index 85fddd2..67d28d3 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -134,14 +134,6 @@ choice
 	prompt "Target select"
 	optional
 
-config TARGET_DUMMY
-	bool "Dummy target"
-	help
-	  Please select one of real target boards below!
-	  This target is only meant to force "makedefconfig" to put
-	  TARGET_xxx in defconfig even this is the first target from the list
-	  below.
-
 config TARGET_TB100
 	bool "Support tb100"
 
-- 
2.1.0

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

end of thread, other threads:[~2015-05-13 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-13 10:50 [U-Boot] [PATCH] arc: remove dummy target Alexey Brodkin
2015-05-13 15:35 ` Joe Hershberger
2015-05-13 16:23 ` Alexey Brodkin

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