mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
imx8ulp: rdc: allow A35 access flexspi0 mem
For singel boot, set flexspi0 mem to be accessed by A35 Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
829e06bf41
commit
608ed200f1
1 changed files with 2 additions and 0 deletions
|
@ -463,6 +463,8 @@ static int trdc_set_access(void)
|
|||
/* Iomuxc0: : PBridge1 slot 33 */
|
||||
trdc_mbc_set_access(2, 7, 1, 33, false);
|
||||
|
||||
/* flexspi0 */
|
||||
trdc_mrc_region_set_access(0, 7, 0x04000000, 0x0c000000, false);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue