diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2019-05-06 09:55:59 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-06 12:44:17 +0200 |
commit | 5918afda9d43106dd540c04bb05b7718e5f82171 (patch) | |
tree | b9b74a2ceb15ea5edb7b791552e4e1b89f232a35 /include/configs/socfpga_stratix10_socdk.h | |
parent | 86f578ee85a697afb980233312f9aac1d98816df (diff) |
ddr: altera: Compile ALTERA SDRAM in SPL only
Compile ALTERA_SDRAM driver in SPL only.
Rename ALTERA_SDRAM to SPL_ALTERA_SDRAM.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'include/configs/socfpga_stratix10_socdk.h')
-rw-r--r-- | include/configs/socfpga_stratix10_socdk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_stratix10_socdk.h b/include/configs/socfpga_stratix10_socdk.h index 12e77c0a90..b8a86f2cb2 100644 --- a/include/configs/socfpga_stratix10_socdk.h +++ b/include/configs/socfpga_stratix10_socdk.h @@ -132,7 +132,7 @@ unsigned int cm_get_qspi_controller_clk_hz(void); /* * SDRAM controller */ -#define CONFIG_ALTERA_SDRAM +#define CONFIG_SPL_ALTERA_SDRAM /* * Serial / UART configurations |