fix(docs): fix the indent and the build command for MT8188

This patch includes
- Fix the indent.
- LD argument is no longer needed. Remove LD parameter from the build
  command.

Change-Id: I615704cf6f4b6fd9e37c047b18c40f00652e269d
Signed-off-by: Yidi Lin <yidilin@chromium.org>
This commit is contained in:
Yidi Lin 2024-10-24 15:30:26 +08:00
parent 58b25570c9
commit cef56a5c6b

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