diff options
author | Antonio Niño Díaz <antonio.ninodiaz@arm.com> | 2018-11-20 17:33:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-20 17:33:30 +0100 |
commit | c385955764f1bbd297c233d727d3ecc1c161163a (patch) | |
tree | ff973bd5e5d98ed6d474c2fedc547bc4bfbd0135 | |
parent | 16ea789b03d4eeed7d3b5d0fb9ab97f53547fc2e (diff) | |
parent | 934bbea18b811aa715cdf02d4c38bd858e3b4d06 (diff) | |
download | platform_external_arm-trusted-firmware-c385955764f1bbd297c233d727d3ecc1c161163a.tar.gz platform_external_arm-trusted-firmware-c385955764f1bbd297c233d727d3ecc1c161163a.tar.bz2 platform_external_arm-trusted-firmware-c385955764f1bbd297c233d727d3ecc1c161163a.zip |
Merge pull request #1690 from pbatard/rpi3-docfix
rpi3: fix bad formatting in rpi3.rst
-rw-r--r-- | docs/plat/rpi3.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/plat/rpi3.rst b/docs/plat/rpi3.rst index 2f3755132..a22bfc6a9 100644 --- a/docs/plat/rpi3.rst +++ b/docs/plat/rpi3.rst @@ -236,9 +236,9 @@ The following build options are supported: enables the default UART (currently UART1) for runtime messages. - ``RPI3_USE_UEFI_MAP``: Set to 1 to build ATF with the altername memory - mapping required for an UEFI firmware payload. These changes are needed - to be able to run Windows on ARM64. This option, which is disabled by - default, results in the following memory mappings: + mapping required for an UEFI firmware payload. These changes are needed + to be able to run Windows on ARM64. This option, which is disabled by + default, results in the following memory mappings: :: @@ -269,7 +269,6 @@ The following build options are supported: 0x3F000000 +-----------------+ | I/O | - - ``BL32``: This port can load and run OP-TEE. The OP-TEE image is optional. Please use the code from `here <https://github.com/OP-TEE/optee_os>`__. Build the Trusted Firmware with option ``BL32=tee-header_v2.bin |