diff options
author | Tom Rini | 2019-05-07 09:37:11 -0400 |
---|---|---|
committer | Tom Rini | 2019-05-07 09:37:11 -0400 |
commit | 6984044d0516d855ec621fff741f372932d28669 (patch) | |
tree | b95d8bb5c2feee06d194440eeb38df9976ff8a25 /configs | |
parent | 44237e272f1eac3b026709e76333a07b2d3a3523 (diff) | |
parent | 32e308dd796f34f85d1c088e3218fa3403a9080f (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
- Assorted stratix10 fixes.
- DDR driver DM migration.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/socfpga_stratix10_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig index 73a1231d46b..18cc9594500 100644 --- a/configs/socfpga_stratix10_defconfig +++ b/configs/socfpga_stratix10_defconfig @@ -31,6 +31,7 @@ CONFIG_DEFAULT_DEVICE_TREE="socfpga_stratix10_socdk" CONFIG_ENV_IS_IN_MMC=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_DM_SEQ_ALIAS=y +CONFIG_SPL_ALTERA_SDRAM=y CONFIG_DM_GPIO=y CONFIG_DWAPB_GPIO=y CONFIG_DM_I2C=y |