Browse Source

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

pull/1942/head
Olivier Deprez 4 years ago
committed by TrustedFirmware Code Review
parent
commit
7bcb8ad260
  1. 2
      plat/arm/board/common/board_common.mk

2
plat/arm/board/common/board_common.mk

@ -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))

Loading…
Cancel
Save