mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 12:25:27 +00:00
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>
This commit is contained in:
parent
bd6363a7b7
commit
a356fb60be
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
if TARGET_SOCFPGA_ARRIA10
|
if TARGET_SOCFPGA_ARRIA10_SOCDK
|
||||||
|
|
||||||
config SYS_CPU
|
config SYS_CPU
|
||||||
default "armv7"
|
default "armv7"
|
||||||
|
|
Loading…
Add table
Reference in a new issue