Browse Source

Merge "refactor(juno): move plat_def_uuid_config to fiptool" into integration

pull/1999/merge
Manish V Badarkhe 10 months ago
committed by TrustedFirmware Code Review
parent
commit
2c5c394fe7
  1. 0
      tools/fiptool/plat_fiptool/arm/board/juno/plat_def_uuid_config.c
  2. 4
      tools/fiptool/plat_fiptool/arm/board/juno/plat_fiptool.mk

0
plat/arm/board/juno/fip/plat_def_uuid_config.c → tools/fiptool/plat_fiptool/arm/board/juno/plat_def_uuid_config.c

4
tools/fiptool/plat_fiptool/arm/board/juno/plat_fiptool.mk

@ -11,6 +11,6 @@ HOSTCCFLAGS += -DPLAT_DEF_FIP_UUID
ifeq (${ETHOSN_NPU_TZMP1},1)
HOSTCCFLAGS += -DETHOSN_NPU_TZMP1
endif
INCLUDE_PATHS += -I./ -I${PLAT_DIR}fip -I../../include/
OBJECTS += ${PLAT_DIR}fip/plat_def_uuid_config.o
INCLUDE_PATHS += -I./ -I../../plat/arm/board/juno/fip -I../../include
OBJECTS += plat_fiptool/arm/board/juno/plat_def_uuid_config.o
endif

Loading…
Cancel
Save