summaryrefslogtreecommitdiff
path: root/drivers/ram/Kconfig
diff options
context:
space:
mode:
authorPragnesh Patel <pragnesh.patel@sifive.com>2020-05-29 11:33:26 +0530
committerAndes <uboot@andestech.com>2020-06-04 09:44:08 +0800
commitc514a94abf5aa997508ba072b90318ec10655193 (patch)
tree01d6834f83a3a6833bf6d20c2c2217ac413712e9 /drivers/ram/Kconfig
parent0eed87ed9047a42269369be1fdc5b64c42c15476 (diff)
downloadu-boot-c514a94abf5aa997508ba072b90318ec10655193.tar.gz
sifive: fu540: add ddr driver
Add driver for fu540 to support ddr initialization in SPL. This driver is based on FSBL (https://github.com/sifive/freedom-u540-c000-bootloader.git) Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/ram/Kconfig')
-rw-r--r--drivers/ram/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig
index 56fea7c94c..7e6e981897 100644
--- a/drivers/ram/Kconfig
+++ b/drivers/ram/Kconfig
@@ -74,4 +74,5 @@ config IMXRT_SDRAM
This driver is for the sdram memory interface with the SEMC.
source "drivers/ram/rockchip/Kconfig"
+source "drivers/ram/sifive/Kconfig"
source "drivers/ram/stm32mp1/Kconfig"