git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6687e1
)
rpi4: shorten a mapping for the DRAM
author
Marek Szyprowski
<m.szyprowski@samsung.com>
Mon, 25 May 2020 11:39:54 +0000
(13:39 +0200)
committer
Matthias Brugger
<mbrugger@suse.com>
Thu, 9 Jul 2020 13:46:12 +0000
(15:46 +0200)
Remove the overlap between DRAM and device's IO area.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
arch/arm/mach-bcm283x/init.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-bcm283x/init.c
b/arch/arm/mach-bcm283x/init.c
index
f4d00d8
..
f9a5209
100644
(file)
--- a/
arch/arm/mach-bcm283x/init.c
+++ b/
arch/arm/mach-bcm283x/init.c
@@
-39,7
+39,7
@@
static struct mm_region bcm2711_mem_map[] = {
{
.virt = 0x00000000UL,
.phys = 0x00000000UL,
- .size = 0xf
e
000000UL,
+ .size = 0xf
c
000000UL,
.attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) |
PTE_BLOCK_INNER_SHARE
}, {