Merge "fix(docs): fix the indent and the build command for MT8188" into integration

This commit is contained in:
Yann Gautier 2024-11-25 17:08:51 +01:00 committed by TrustedFirmware Code Review
commit 480561f297

View file

@ -13,9 +13,9 @@ Boot Sequence
Boot Rom --> Coreboot --> TF-A BL31 --> Depthcharge --> Linux Kernel
How to Build
------------
How to Build
------------
.. code:: shell
.. code:: shell
make CROSS_COMPILE=aarch64-linux-gnu- LD=aarch64-linux-gnu-gcc PLAT=mt8188 DEBUG=1 COREBOOT=1
make CROSS_COMPILE=aarch64-linux-gnu- PLAT=mt8188 DEBUG=1 COREBOOT=1