diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2019-05-06 09:56:01 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-06 12:44:17 +0200 |
commit | 6bf238a46192bf9164da4548178d657dde4e1c96 (patch) | |
tree | 0913f06b09797e4ac3bcd228004b53a89826295e /scripts/config_whitelist.txt | |
parent | bc179908769637cb800ad8c111290e7cae6ead79 (diff) |
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 <ley.foon.tan@intel.com>
Diffstat (limited to 'scripts/config_whitelist.txt')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 4610553815..bc86b848a2 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1824,7 +1824,6 @@ CONFIG_SPLASH_SCREEN_ALIGN CONFIG_SPLASH_SOURCE CONFIG_SPLL_FREQ CONFIG_SPL_ -CONFIG_SPL_ALTERA_SDRAM CONFIG_SPL_ATMEL_SIZE CONFIG_SPL_BOARD_LOAD_IMAGE CONFIG_SPL_BOOTROM_SAVE |