diff options
author | Alexey Brodkin | 2015-05-13 13:48:07 +0300 |
---|---|---|
committer | Alexey Brodkin | 2015-05-13 19:20:35 +0300 |
commit | 4e31e5676f0158119783def2ab9851b6bc7e6648 (patch) | |
tree | 5e0c6b4ea6799434e474b28e35876fe90e0c734d /arch/arc | |
parent | 574bbf4f681bb4677d58ddc941f90e9af0a5f283 (diff) |
arc: remove dummy target
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>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 85fddd2f878..67d28d33f93 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" |