diff options
author | danh-arm <dan.handley@arm.com> | 2016-04-08 10:40:39 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2016-04-08 10:40:39 +0100 |
commit | b2c9687fe3d04f5c3c9fb4d1d7c026249e7a5b69 (patch) | |
tree | dd572ebdc696b3b4802e3dbaf96670952f8cae12 /Makefile | |
parent | 978e6820acba4fc7ef778b2379e31cc2d5aa9d54 (diff) | |
parent | 81d139d5773baf91f6ac5e75078b2c263077f602 (diff) |
Merge pull request #586 from antonio-nino-diaz-arm/an/spd-bl32
Remove BL32_BASE when building without SPD for FVP
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -414,6 +414,7 @@ $(eval $(call assert_boolean,PL011_GENERIC_UART)) ################################################################################ $(eval $(call add_define,PLAT_${PLAT})) +$(eval $(call add_define,SPD_${SPD})) $(eval $(call add_define,NS_TIMER_SWITCH)) $(eval $(call add_define,RESET_TO_BL31)) $(eval $(call add_define,CTX_INCLUDE_FPREGS)) |