diff options
Diffstat (limited to 'src/soc/rockchip/rk3399/Makefile.inc')
-rw-r--r-- | src/soc/rockchip/rk3399/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3399/Makefile.inc b/src/soc/rockchip/rk3399/Makefile.inc index 773d87f32e..4b67502a37 100644 --- a/src/soc/rockchip/rk3399/Makefile.inc +++ b/src/soc/rockchip/rk3399/Makefile.inc @@ -58,6 +58,7 @@ ramstage-y += ../common/i2c.c ramstage-y += soc.c ramstage-y += timer.c +BL31_MAKEARGS += PLAT=rk3399 ################################################################################ CPPFLAGS_common += -Isrc/soc/rockchip/rk3399/include |