mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 20:38:03 +00:00
tbbr: Use USE_TBBR_DEFS=1 by default
Change-Id: I2885b0d8cb9bb16da1fa96a30e46cccde434dc42 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
This commit is contained in:
parent
ed51b51f7a
commit
e23e057e77
2 changed files with 7 additions and 7 deletions
|
@ -1197,12 +1197,12 @@ command:
|
||||||
|
|
||||||
make PLAT=<platform> [DEBUG=1] [V=1] certtool
|
make PLAT=<platform> [DEBUG=1] [V=1] certtool
|
||||||
|
|
||||||
For platforms that do not require their own IDs in certificate files,
|
For platforms that require their own IDs in certificate files, the generic
|
||||||
the generic 'cert\_create' tool can be built with the following command:
|
'cert\_create' tool can be built with the following command:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
make USE_TBBR_DEFS=1 [DEBUG=1] [V=1] certtool
|
make USE_TBBR_DEFS=0 [DEBUG=1] [V=1] certtool
|
||||||
|
|
||||||
``DEBUG=1`` builds the tool in debug mode. ``V=1`` makes the build process more
|
``DEBUG=1`` builds the tool in debug mode. ``V=1`` makes the build process more
|
||||||
verbose. The following command should be used to obtain help about the tool:
|
verbose. The following command should be used to obtain help about the tool:
|
||||||
|
|
|
@ -166,14 +166,14 @@ SPIN_ON_BL1_EXIT := 0
|
||||||
# Flags to build TF with Trusted Boot support
|
# Flags to build TF with Trusted Boot support
|
||||||
TRUSTED_BOARD_BOOT := 0
|
TRUSTED_BOARD_BOOT := 0
|
||||||
|
|
||||||
# Build option to choose whether Trusted firmware uses Coherent memory or not.
|
# Build option to choose whether Trusted Firmware uses Coherent memory or not.
|
||||||
USE_COHERENT_MEM := 1
|
USE_COHERENT_MEM := 1
|
||||||
|
|
||||||
# Build option to choose wheter Trusted firmware uses library at ROM
|
# Build option to choose whether Trusted Firmware uses library at ROM
|
||||||
USE_ROMLIB := 0
|
USE_ROMLIB := 0
|
||||||
|
|
||||||
# Use tbbr_oid.h instead of platform_oid.h
|
# Use tbbr_oid.h instead of platform_oid.h
|
||||||
USE_TBBR_DEFS = $(ERROR_DEPRECATED)
|
USE_TBBR_DEFS := 1
|
||||||
|
|
||||||
# Build verbosity
|
# Build verbosity
|
||||||
V := 0
|
V := 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue