From 6bf238a46192bf9164da4548178d657dde4e1c96 Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Mon, 6 May 2019 09:56:01 +0800 Subject: arm: socfpga: Move Stratix 10 SDRAM driver to DM Convert Stratix 10 SDRAM driver to device model. Get rid of call to socfpga_per_reset() and use reset framework. SPL is changed from calling function in SDRAM driver directly to just probing UCLASS_RAM. Move sdram_s10.h from arch to driver/ddr/altera directory. Signed-off-by: Ley Foon Tan --- include/configs/socfpga_stratix10_socdk.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/configs/socfpga_stratix10_socdk.h b/include/configs/socfpga_stratix10_socdk.h index b8a86f2cb2..8d2971c6e2 100644 --- a/include/configs/socfpga_stratix10_socdk.h +++ b/include/configs/socfpga_stratix10_socdk.h @@ -129,11 +129,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void); #define CONFIG_SYS_MEMTEST_START 0 #define CONFIG_SYS_MEMTEST_END PHYS_SDRAM_1_SIZE - 0x200000 -/* - * SDRAM controller - */ -#define CONFIG_SPL_ALTERA_SDRAM - /* * Serial / UART configurations */ -- cgit v1.2.1