mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 13:56:20 +00:00
arm: imx9: Fix MMU map table overlap
The size for flexspi AHB buffer space is wrong, so correct it. Signed-off-by: Ye Li <ye.li@nxp.com>
This commit is contained in:
parent
06e04a97df
commit
f6ee245cab
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ static struct mm_region imx93_mem_map[] = {
|
|||
/* Flexible Serial Peripheral Interface */
|
||||
.virt = 0x28000000UL,
|
||||
.phys = 0x28000000UL,
|
||||
.size = 0x30000000UL,
|
||||
.size = 0x08000000UL,
|
||||
.attrs = PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
|
||||
PTE_BLOCK_NON_SHARE |
|
||||
PTE_BLOCK_PXN | PTE_BLOCK_UXN
|
||||
|
|
Loading…
Add table
Reference in a new issue