aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3399/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3399/Makefile.inc')
-rw-r--r--src/soc/rockchip/rk3399/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3399/Makefile.inc b/src/soc/rockchip/rk3399/Makefile.inc
index 957124e54e..718426b137 100644
--- a/src/soc/rockchip/rk3399/Makefile.inc
+++ b/src/soc/rockchip/rk3399/Makefile.inc
@@ -26,6 +26,7 @@ bootblock-y += clock.c
bootblock-y += timer.c
verstage-y += ../common/cbmem.c
+verstage-y += sdram.c
verstage-y += ../common/spi.c
verstage-$(CONFIG_DRIVERS_UART) += ../common/uart.c
verstage-y += clock.c
@@ -34,6 +35,7 @@ verstage-y += timer.c
################################################################################
romstage-y += ../common/cbmem.c
+romstage-y += sdram.c
romstage-y += ../common/spi.c
romstage-$(CONFIG_DRIVERS_UART) += ../common/uart.c
romstage-y += clock.c
@@ -43,6 +45,7 @@ romstage-y += romstage.c
################################################################################
ramstage-y += ../common/cbmem.c
+ramstage-y += sdram.c
ramstage-y += ../common/spi.c
ramstage-$(CONFIG_DRIVERS_UART) += ../common/uart.c
ramstage-y += clock.c