aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2019-07-19 17:38:17 +0800
committerJun Nie <jun.nie@linaro.org>2019-07-19 18:05:02 +0800
commit17e93a8fbf2e0925b23151fcb4a7cf1e2a1130f2 (patch)
treebbebef3bbf2fcfe00e87fb1e7a267e8e03d99348 /Makefile
parent5d6615bbeca52d2b368c9d5f1186d44c4febc999 (diff)
plat: Add FIP offset to make it fexiable to changelinaro-imx7-imx8
Add FIP_ROM_OFFSET to make it fexiable to be changed in build time. Signed-off-by: Jun Nie <jun.nie@linaro.org> Change-Id: I0dd65251de6b1280d0784b3cc4bae8a5dcf67fe0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1078ef53..5855d973 100644
--- a/Makefile
+++ b/Makefile
@@ -718,6 +718,7 @@ $(eval $(call add_define,USE_TBBR_DEFS))
$(eval $(call add_define,WARMBOOT_ENABLE_DCACHE_EARLY))
$(eval $(call add_define,BL2_AT_EL3))
$(eval $(call add_define,BL2_IN_XIP_MEM))
+$(eval $(call add_define,FIP_ROM_OFFSET))
# Define the EL3_PAYLOAD_BASE flag only if it is provided.
ifdef EL3_PAYLOAD_BASE