diff options
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | 2018-06-14 14:40:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-14 14:40:24 +0100 |
commit | 1ebdbe79c7c04d62e870eadedd615bd2dcebe8bf (patch) | |
tree | 804f8e8d3fc1e1db7ec6d08104c5a6c8daf3addf /docs | |
parent | 498161a504bdeeb21ea0647422ce484c79664e1b (diff) | |
parent | 2d8f831fb2b0a03561e6732b25191c9d062005af (diff) | |
download | platform_external_arm-trusted-firmware-1ebdbe79c7c04d62e870eadedd615bd2dcebe8bf.tar.gz platform_external_arm-trusted-firmware-1ebdbe79c7c04d62e870eadedd615bd2dcebe8bf.tar.bz2 platform_external_arm-trusted-firmware-1ebdbe79c7c04d62e870eadedd615bd2dcebe8bf.zip |
Merge pull request #1414 from antonio-nino-diaz-arm/an/fix-rpi3-doc
rpi3: Fix kernel boot documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plat/rpi3.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/plat/rpi3.rst b/docs/plat/rpi3.rst index b7879a85d..659ed7fb4 100644 --- a/docs/plat/rpi3.rst +++ b/docs/plat/rpi3.rst @@ -134,7 +134,7 @@ secure platform! 0x40000000 +-----------------+ The area between **0x10000000** and **0x11000000** has to be protected so that -the kernel doesn't use it. That is done by adding ``memmap=256M$16M`` to the +the kernel doesn't use it. That is done by adding ``memmap=16M$256M`` to the command line passed to the kernel. See the `Setup SD card`_ instructions to see how to do it. @@ -317,7 +317,7 @@ untouched). They have been tested with the image available in 2018-03-13. bootloader will look for a file called ``armstub8.bin`` and load it at address **0x0** instead of a predefined one. -4. Open ``cmdline.txt`` and add ``memmap=256M$16M`` to prevent the kernel from +4. Open ``cmdline.txt`` and add ``memmap=16M$256M`` to prevent the kernel from using the memory needed by TF-A. If you want to enable the serial port "Mini UART", make sure that this file also contains ``console=serial0,115200 console=tty1``. |