diff options
author | Ard Biesheuvel | 2015-08-18 10:34:41 +0100 |
---|---|---|
committer | Will Deacon | 2015-08-24 10:23:13 +0100 |
commit | 8eafeb48022816513abc4f440bdad4c350fe81a3 (patch) | |
tree | e1c9587c5a67e547909f886b429ef69a8679a738 /samples | |
parent | 5d3c2c352998fdefdc62795249cfc7311cf36df9 (diff) |
of/fdt: make memblock maximum physical address arch configurable
When parsing the memory nodes to populate the memblock memory
table, we check against high and low limits and clip any memory
that exceeds either one of them.
However, for arm64, the high limit of (phys_addr_t)~0 is not very
meaningful, since phys_addr_t is 64 bits (i.e., no limit) but there
may be other constraints that limit the memory ranges that we can
support.
So rename MAX_PHYS_ADDR to MAX_MEMBLOCK_ADDR (for clarity) and only
define it if the arch does not supply a definition of its own.
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Tested-by: Stuart Yoder <stuart.yoder@freescale.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions