mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
feat(sgi): remove unused SGI_PLAT build-option
Currently, the common makefile has reference to "SGI_PLAT" build-option. This however is not set by any of the platforms that makes use of the common makefile. Therefore, remove the unused SGI_PLAT build-option. Signed-off-by: Rohit Mathew <Rohit.Mathew@arm.com> Change-Id: I6cc0b8d87222c7b3aef998774cee964a920cceb6
This commit is contained in:
parent
cacee06056
commit
2d32517ce6
1 changed files with 0 additions and 2 deletions
|
@ -58,8 +58,6 @@ ifneq (${RESET_TO_BL31},0)
|
|||
Please set RESET_TO_BL31 to 0.")
|
||||
endif
|
||||
|
||||
$(eval $(call add_define,SGI_PLAT))
|
||||
|
||||
$(eval $(call add_define,CSS_SGI_CHIP_COUNT))
|
||||
|
||||
$(eval $(call add_define,CSS_SGI_PLATFORM_VARIANT))
|
||||
|
|
Loading…
Add table
Reference in a new issue