summaryrefslogtreecommitdiff
path: root/drivers/ram/Makefile
diff options
context:
space:
mode:
authorPragnesh Patel <pragnesh.patel@sifive.com>2020-05-29 09:03:26 +0300
committerAndes <uboot@andestech.com>2020-06-04 04:44:08 +0300
commitc514a94abf5aa997508ba072b90318ec10655193 (patch)
tree01d6834f83a3a6833bf6d20c2c2217ac413712e9 /drivers/ram/Makefile
parent0eed87ed9047a42269369be1fdc5b64c42c15476 (diff)
downloadu-boot-c514a94abf5aa997508ba072b90318ec10655193.tar.xz
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/Makefile')
-rw-r--r--drivers/ram/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ram/Makefile b/drivers/ram/Makefile
index 5c897410c6..769c9d6218 100644
--- a/drivers/ram/Makefile
+++ b/drivers/ram/Makefile
@@ -17,3 +17,5 @@ obj-$(CONFIG_ARCH_MEDIATEK) += mediatek/
obj-$(CONFIG_K3_J721E_DDRSS) += k3-j721e/
obj-$(CONFIG_IMXRT_SDRAM) += imxrt_sdram.o
+
+obj-$(CONFIG_RAM_SIFIVE) += sifive/