mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-03 03:31:37 +02:00
rpi4: shorten a mapping for the DRAM
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>
This commit is contained in:
parent
b6687e19f9
commit
c44b3f523c
@ -39,7 +39,7 @@ static struct mm_region bcm2711_mem_map[] = {
|
|||||||
{
|
{
|
||||||
.virt = 0x00000000UL,
|
.virt = 0x00000000UL,
|
||||||
.phys = 0x00000000UL,
|
.phys = 0x00000000UL,
|
||||||
.size = 0xfe000000UL,
|
.size = 0xfc000000UL,
|
||||||
.attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) |
|
.attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) |
|
||||||
PTE_BLOCK_INNER_SHARE
|
PTE_BLOCK_INNER_SHARE
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user