diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2014-05-30 20:58:27 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-06-01 01:13:18 +0100 |
commit | 437b680a222098f67ecb1690f8eb91f550bfaac8 (patch) | |
tree | 4a96c17806f7a4c6532d600656b96a50cbcd6baa /Documentation/arm/memory.txt | |
parent | 9c986661638c69772f5479c4715061239ec61b29 (diff) | |
download | linux-437b680a222098f67ecb1690f8eb91f550bfaac8.tar.bz2 |
ARM: 8066/1: correction for ARM patch 8031/2
A small mistake slipped through in memory.txt.
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'Documentation/arm/memory.txt')
-rw-r--r-- | Documentation/arm/memory.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm/memory.txt b/Documentation/arm/memory.txt index 256c5e067fb1..38dc06d0a791 100644 --- a/Documentation/arm/memory.txt +++ b/Documentation/arm/memory.txt @@ -41,7 +41,7 @@ fffe8000 fffeffff DTCM mapping area for platforms with fffe0000 fffe7fff ITCM mapping area for platforms with ITCM mounted inside the CPU. -fffc0000 ffdfffff Fixmap mapping region. Addresses provided +ffc00000 ffdfffff Fixmap mapping region. Addresses provided by fix_to_virt() will be located here. fee00000 feffffff Mapping of PCI I/O space. This is a static |