Commit 81bf6aae authored by Soby Mathew's avatar Soby Mathew
Browse files

ARM Platforms: Don't build BL1 and BL2 if RESET_TO_SP_MIN=1



Change-Id: Iadb21bb56f2e61d7e6aec9b3b3efd30059521def
Signed-off-by: default avatarSoby Mathew <soby.mathew@arm.com>
parent 4535554e
......@@ -5,6 +5,13 @@
#
# SP MIN source files common to ARM standard platforms
# Skip building BL1 and BL2 if RESET_TO_SP_MIN flag is set.
ifeq (${RESET_TO_SP_MIN},1)
BL1_SOURCES =
BL2_SOURCES =
endif
BL32_SOURCES += plat/arm/common/arm_pm.c \
plat/arm/common/arm_topology.c \
plat/arm/common/sp_min/arm_sp_min_setup.c \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment