mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-08 05:43:53 +00:00
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:
parent
58b25570c9
commit
cef56a5c6b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue