diff options
author | dp-arm <dimitris.papastamos@arm.com> | 2016-12-30 14:33:24 +0000 |
---|---|---|
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-09-28 15:31:52 +0100 |
commit | dadb16eac2692f9d43fcdc547650288d6aa9c9fa (patch) | |
tree | 88da05aff4b47a39d17b624f327b4f5d4990d0fd /docs | |
parent | 07a2fd6af6a74df278be9d4b757e4ad037fd1687 (diff) | |
download | platform_external_arm-trusted-firmware-dadb16eac2692f9d43fcdc547650288d6aa9c9fa.tar.gz platform_external_arm-trusted-firmware-dadb16eac2692f9d43fcdc547650288d6aa9c9fa.tar.bz2 platform_external_arm-trusted-firmware-dadb16eac2692f9d43fcdc547650288d6aa9c9fa.zip |
fip_create: Remove fip_create compatibility script
A compatibility script has been provided for about 2 years. Users should
have migrated to fiptool by now so remove the compat script.
Change-Id: I643e0c40a9e3fb428bad3be04a82cb431aad74dc
Signed-off-by: dp-arm <dimitris.papastamos@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user-guide.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index bffc062c6..39f6449b1 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -1085,18 +1085,6 @@ destination. In that case, use -f or --force to continue. More information about FIP can be found in the `Firmware Design`_ document. -Migrating from fip\_create to fiptool -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -The previous version of fiptool was called fip\_create. A compatibility script -that emulates the basic functionality of the previous fip\_create is provided. -However, users are strongly encouraged to migrate to fiptool. - -- To create a new FIP file, replace "fip\_create" with "fiptool create". -- To update a FIP file, replace "fip\_create" with "fiptool update". -- To dump the contents of a FIP file, replace "fip\_create --dump" - with "fiptool info". - Building FIP images with support for Trusted Board Boot ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |