docs(porting): remove pull request terminology

The pull request terminology dates back from when TF-A repository was
hosted on Github. Use a terminology that is more suited to Gerrit
workflow.

Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Change-Id: Ieecf47617ca1cdb76b9c4a83f63ba3c402b9e975
This commit is contained in:
Sandrine Bailleux 2023-02-08 14:01:18 +01:00
parent d3171619b3
commit 93e1ad7f76

View file

@ -38,7 +38,7 @@ functions/definitions in ``include/plat/arm/common/`` and the corresponding
source files in ``plat/arm/common/``. This is done so that there are no
dependencies between platforms maintained by different people/companies. If you
want to use any of the functionality present in ``plat/arm`` files, please
create a pull request that moves the code to ``plat/common`` so that it can be
propose a patch that moves the code to ``plat/common`` so that it can be
discussed.
Common modifications