| commit | 7c2bc5495e556c9039f0d3e79d8d5af4ad35baf4 | [log] [tgz] |
|---|---|---|
| author | Suzuki K Poulose <suzuki.poulose@arm.com> | Wed Apr 25 14:06:04 2018 +0100 |
| committer | Mark Rutland <mark.rutland@arm.com> | Thu Apr 26 13:52:58 2018 +0100 |
| tree | b3efb21916ff7ced1a7e1ed823c8f5a315177354 | |
| parent | 5e1261e08abfb8add6491b90a42076e864589ced [diff] |
boot-wrapper-aarch64: Do not hardcode TEXT_LIMIT We hard code TEXT_LIMIT to check for image overflow, assuming the memory is always at 0x80000000, which may not always be true. Instead use the offset from the PHYS_OFFSET, which is actually dependent on the DT. Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Mark Rutland <mark.rutland@arm.com>