diff options
author | Ley Foon Tan | 2017-04-05 17:32:51 +0800 |
---|---|---|
committer | Marek Vasut | 2017-04-14 14:06:57 +0200 |
commit | 707cd012e2e1dbed7150f7908727abb7bdc4c1a7 (patch) | |
tree | 9278f440d699bfb81fca30223545c940feaa29af /include | |
parent | e11b5e8d6ef72f2e83e680d132a0617a4540f0aa (diff) |
arm: socfpga: Convert Altera DDR SDRAM driver to use Kconfig
Convert Altera DDR SDRAM driver to use Kconfig method.
Enable ALTERA_SDRAM by default if it is on Gen5 target.
Arria 10 will have different driver.
Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/socfpga_common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 8057b884756..d4d72fa91d5 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -72,11 +72,6 @@ #define CONFIG_SYS_PL310_BASE SOCFPGA_MPUL2_ADDRESS /* - * SDRAM controller - */ -#define CONFIG_ALTERA_SDRAM - -/* * EPCS/EPCQx1 Serial Flash Controller */ #ifdef CONFIG_ALTERA_SPI |