commit | 73ecb9fd152daf1e204746e4560cbcde3f65d3c6 | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Wed Jun 13 13:34:46 2018 +0100 |
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Wed Jun 13 15:05:53 2018 +0100 |
tree | 7e38aecae90533c054a9b52bca89cc5b3f946ce3 | |
parent | 258364974bd559811a9d6bb1b34fc9cf716d1b1e [diff] |
rpi3: Fix kernel boot documentation 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: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org> Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>