diff options
author | Marek Vasut <marex@denx.de> | 2019-03-06 20:07:55 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-03-09 17:59:14 +0100 |
commit | a356fb60be5a853ab73e5b58c8bfcd8e3abc89ea (patch) | |
tree | 7c95e462ffb3ff2c5c52054ef36871c8ecf8309d | |
parent | bd6363a7b77f0a5737b736f80179b6f53ef2cf7c (diff) |
ARM: socfpga: Fix A10 SoCDK Kconfig
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 <marex@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Cc: Tien Fong Chee <tien.fong.chee@intel.com>
-rw-r--r-- | board/altera/arria10-socdk/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/altera/arria10-socdk/Kconfig b/board/altera/arria10-socdk/Kconfig index b80cc6d6f93..621dc97024a 100644 --- 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" |