aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-09-25 09:41:08 +0100
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-09-28 15:31:52 +0100
commite23e057e772150124cbc533452ecf2e589da206c (patch)
tree4f988c6976651cff8a8a71ee14688b3e5af8c890 /docs
parented51b51f7a9163a7fc48289c5ed97a3fe4fe504f (diff)
downloadplatform_external_arm-trusted-firmware-e23e057e772150124cbc533452ecf2e589da206c.tar.gz
platform_external_arm-trusted-firmware-e23e057e772150124cbc533452ecf2e589da206c.tar.bz2
platform_external_arm-trusted-firmware-e23e057e772150124cbc533452ecf2e589da206c.zip
tbbr: Use USE_TBBR_DEFS=1 by default
Change-Id: I2885b0d8cb9bb16da1fa96a30e46cccde434dc42 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst
index e6f0eae6d..4c2b49223 100644
--- a/docs/user-guide.rst
+++ b/docs/user-guide.rst
@@ -1197,12 +1197,12 @@ command:
make PLAT=<platform> [DEBUG=1] [V=1] certtool
-For platforms that do not require their own IDs in certificate files,
-the generic 'cert\_create' tool can be built with the following command:
+For platforms that require their own IDs in certificate files, the generic
+'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
verbose. The following command should be used to obtain help about the tool: