Commit d11a6057 authored by Sandrine Bailleux's avatar Sandrine Bailleux Committed by TrustedFirmware Code Review
Browse files

Merge "Revert "GCC: Upgrade to version 9.2-2019.12 of toolchain"" into integration

parents 45503af4 650a435c
...@@ -22,7 +22,7 @@ one universal binary (bl31.bin), which can be built with: ...@@ -22,7 +22,7 @@ one universal binary (bl31.bin), which can be built with:
.. code:: shell .. code:: shell
CROSS_COMPILE=aarch64-none-elf- make PLAT=rpi4 DEBUG=1 CROSS_COMPILE=aarch64-linux-gnu- make PLAT=rpi4 DEBUG=1
Copy the generated build/rpi4/debug/bl31.bin to the SD card, either Copy the generated build/rpi4/debug/bl31.bin to the SD card, either
renaming it to ``armstub8.bin`` or adding an entry starting with ``armstub=``, renaming it to ``armstub8.bin`` or adding an entry starting with ``armstub=``,
......
...@@ -27,7 +27,7 @@ TF-A: ...@@ -27,7 +27,7 @@ TF-A:
.. code:: shell .. code:: shell
make CROSS_COMPILE=aarch64-none-elf- PLAT=k3 SPD=opteed all make CROSS_COMPILE=aarch64-linux-gnu- PLAT=k3 SPD=opteed all
OP-TEE: OP-TEE:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment