diff options
author | Tom Rini <trini@konsulko.com> | 2019-03-10 10:16:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-10 10:16:07 -0400 |
commit | 19c8c9c1031ebf345a68728d6f06d943207cea0f (patch) | |
tree | 473081a243f14a82735242ef5e08cd9680a53a1d /board/altera | |
parent | bdbf50f80c72b81c37a4fcdce5a92b21b790f888 (diff) | |
parent | 88c3bb49e1bf2b808cbad1fbdeda09480ae580a7 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
- Arria10 DRAM fixes and Gen5 cache fixes
Diffstat (limited to 'board/altera')
-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 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" |