rpi3: Fix kernel boot documentation
Antonio Nino Diaz authored
The order of the arguments of memmap was swapped. The old command was
reserving 256 MiB from the 16 MiB barrier, it should be reserving only
16 MiB at the 256 MiB barrier.

It worked because the memory used by the Trusted Firmware was reserved
anyway.

Change-Id: I3fefcfc0105ecf05ba5606517bc3236f4eb24ceb
Tested-by: default avatarYing-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
2d8f831f
Name Last commit Last update
bl1 Fix MISRA rule 8.4 Part 4
bl2 BL2_AT_EL3: do not try to disable MMU twice on AARCH32
bl2u Merge pull request #1282 from robertovargas-arm/misra-changes
bl31 Rename symbols and files relating to CVE-2017-5715
bl32 Rename symbols and files relating to CVE-2017-5715
common Revert "Code change to fix small bugs"
docs rpi3: Fix kernel boot documentation
drivers Merge pull request #1386 from soby-mathew/sm/dyn_bl31
fdts Dynamic_config: remove the FVP dtb files
include Adjust BL2_AT_EL3 memory layout
lib Merge pull request #1397 from dp-arm/dp/cortex-a76
make_helpers Allow disabling authentication dynamically
plat Merge pull request #1397 from dp-arm/dp/cortex-a76
services SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabled
tools Dynamic cfg: Enable support on CoT for other configs
.checkpatch.conf checkpatch: Ignore SPDX_LICENSE_TAG
.editorconfig Add .editorconfig file
.gitignore fip: move headers shared between TF and fiptool to include/tools_share
Makefile Allow disabling authentication dynamically
acknowledgements.rst Add NXP to contributor list
contributing.rst Update Arm TF references to TF-A
dco.txt Drop requirement for CLA in contribution.md
license.rst Update Arm TF references to TF-A
maintainers.rst layerscape: Initial TF-A support for LS1043ardb
readme.rst Fix SDEI link in readme.rst