summaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3288/Makefile.inc')
-rw-r--r--src/soc/rockchip/rk3288/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3288/Makefile.inc b/src/soc/rockchip/rk3288/Makefile.inc
index 05003a210d..e0f32242a5 100644
--- a/src/soc/rockchip/rk3288/Makefile.inc
+++ b/src/soc/rockchip/rk3288/Makefile.inc
@@ -31,10 +31,10 @@ bootblock-y += spi.c
romstage-y += cbmem.c
romstage-y += timer.c
romstage-y += monotonic_timer.c
-romstage-y += media.c
romstage-$(CONFIG_DRIVERS_UART) += uart.c
romstage-y += clock.c
romstage-y += spi.c
+romstage-y += media.c
ramstage-y += cbmem.c
ramstage-y += timer.c