Merge "Arm: Fix error message printing in board makefile" into integration

This commit is contained in:
Olivier Deprez 2021-04-26 09:20:54 +02:00 committed by TrustedFirmware Code Review
commit 7bcb8ad260
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ $(BUILD_PLAT)/bl2/arm_dev_rotpk.o : $(ARM_ROTPK_HASH)
$(warning Development keys support for FVP is deprecated. Use `regs` \
option instead)
else
$(error "Unsupported ARM_ROTPK_LOCATION value")
$(error "Unsupported ARM_ROTPK_LOCATION value")
endif
$(eval $(call add_define,ARM_ROTPK_LOCATION_ID))