From: Marek Vasut Date: Wed, 6 Mar 2019 19:07:55 +0000 (+0100) Subject: ARM: socfpga: Fix A10 SoCDK Kconfig X-Git-Tag: v2025.01-rc5-pxa1908~3089^2~3 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=a356fb60be5a853ab73e5b58c8bfcd8e3abc89ea;p=u-boot.git 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 Cc: Chin Liang See Cc: Dinh Nguyen Cc: Simon Goldschmidt Cc: Tien Fong Chee --- diff --git a/board/altera/arria10-socdk/Kconfig b/board/altera/arria10-socdk/Kconfig index b80cc6d6f9..621dc97024 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"