diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2014-05-30 21:58:27 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-06-01 02:13:18 +0200 |
commit | 437b680a222098f67ecb1690f8eb91f550bfaac8 (patch) | |
tree | 4a96c17806f7a4c6532d600656b96a50cbcd6baa /Documentation/arm | |
parent | ARM: 8049/1: ftrace/add save_stack_trace_regs() implementation (diff) | |
download | linux-437b680a222098f67ecb1690f8eb91f550bfaac8.tar.xz linux-437b680a222098f67ecb1690f8eb91f550bfaac8.zip |
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')
-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 |