projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f5598
)
arm: mx6: kconfig: don't select CPU_V7 per board
author
Nikita Kiryanov
<
[email protected]
>
Thu, 23 Jul 2015 14:19:34 +0000
(17:19 +0300)
committer
Stefano Babic
<
[email protected]
>
Sun, 2 Aug 2015 08:51:38 +0000
(10:51 +0200)
CPU_V7 is already selected by ARCH_MX6, so no point in selecting it again
by boards that depend on ARCH_MX6.
Cc: Albert Aribaud <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
Cc: Igor Grinberg <
[email protected]
>
Signed-off-by: Nikita Kiryanov <
[email protected]
>
arch/arm/cpu/armv7/mx6/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/mx6/Kconfig
b/arch/arm/cpu/armv7/mx6/Kconfig
index 2c18bcd7a29677f3f12da9bf3044b0c8e8eb1e30..68b46c10d49f23f5f31e58c9ea28a52f6de42dd3 100644
(file)
--- a/
arch/arm/cpu/armv7/mx6/Kconfig
+++ b/
arch/arm/cpu/armv7/mx6/Kconfig
@@
-31,7
+31,6
@@
choice
config TARGET_CM_FX6
bool "Support CM-FX6"
- select CPU_V7
select SUPPORT_SPL
select DM
select DM_SERIAL
@@
-39,11
+38,9
@@
config TARGET_CM_FX6
config TARGET_SECOMX6
bool "Support secomx6 boards"
- select CPU_V7
config TARGET_TQMA6
bool "TQ Systems TQMa6 board"
- select CPU_V7
endchoice