diff options
author | Tien Fong Chee <tien.fong.chee@intel.com> | 2017-12-05 15:58:03 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-05-18 10:30:47 +0200 |
commit | 901af3e903c09c7681197a03367d82286f9f6e3f (patch) | |
tree | 141b522874247a810738389c08b2624b4c66460e /arch/arm/mach-socfpga/Kconfig | |
parent | 5658a299bdd2f616277eaea5d601976108d18326 (diff) | |
download | u-boot-901af3e903c09c7681197a03367d82286f9f6e3f.tar.gz |
configs: Add DDR Kconfig support for Arria 10
This patch enables DDR Kconfig support for Arria 10.
Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Reviewed-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm/mach-socfpga/Kconfig')
-rw-r--r-- | arch/arm/mach-socfpga/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index 824c9fc2ba..b8fc81b20c 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -10,6 +10,7 @@ config TARGET_SOCFPGA_ARRIA5 config TARGET_SOCFPGA_ARRIA10 bool select SPL_BOARD_INIT if SPL + select ALTERA_SDRAM config TARGET_SOCFPGA_CYCLONE5 bool |