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:
bd6363a
)
ARM: socfpga: Fix A10 SoCDK Kconfig
author
Marek Vasut
<
[email protected]
>
Wed, 6 Mar 2019 19:07:55 +0000
(20:07 +0100)
committer
Marek Vasut
<
[email protected]
>
Sat, 9 Mar 2019 16:59:14 +0000
(17:59 +0100)
The Kconfig checked for SoCFPGA Arria10 as a platform, instead of
checking for specific board configuration, which works with one
single platform in tree, but not with multiple. Fix it.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Chin Liang See <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
Cc: Simon Goldschmidt <
[email protected]
>
Cc: Tien Fong Chee <
[email protected]
>
board/altera/arria10-socdk/Kconfig
patch
|
blob
|
history
diff --git
a/board/altera/arria10-socdk/Kconfig
b/board/altera/arria10-socdk/Kconfig
index b80cc6d6f93521193beb2cb10aed1371cb56f36f..621dc97024a233033cb214b9aeff7906a038d32d 100644
(file)
--- a/
board/altera/arria10-socdk/Kconfig
+++ b/
board/altera/arria10-socdk/Kconfig
@@
-1,4
+1,4
@@
-if TARGET_SOCFPGA_ARRIA10
+if TARGET_SOCFPGA_ARRIA10
_SOCDK
config SYS_CPU
default "armv7"