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:
06e04a9
)
arm: imx9: Fix MMU map table overlap
author
Ye Li
<ye.li@nxp.com>
Thu, 28 Mar 2024 10:49:18 +0000
(18:49 +0800)
committer
Fabio Estevam
<festevam@gmail.com>
Sat, 30 Mar 2024 18:11:48 +0000
(15:11 -0300)
The size for flexspi AHB buffer space is wrong, so correct it.
Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/mach-imx/imx9/soc.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/imx9/soc.c
b/arch/arm/mach-imx/imx9/soc.c
index
f06339f
..
e2794d6
100644
(file)
--- a/
arch/arm/mach-imx/imx9/soc.c
+++ b/
arch/arm/mach-imx/imx9/soc.c
@@
-262,7
+262,7
@@
static struct mm_region imx93_mem_map[] = {
/* Flexible Serial Peripheral Interface */
.virt = 0x28000000UL,
.phys = 0x28000000UL,
- .size = 0x
30
000000UL,
+ .size = 0x
08
000000UL,
.attrs = PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
PTE_BLOCK_NON_SHARE |
PTE_BLOCK_PXN | PTE_BLOCK_UXN