mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-26 22:01:10 +00:00
arm: imx8ulp: soc: Change to use CMC1 to get bootcfg
CMC1 also has a MR register for bootcfg Signed-off-by: Ye Li <ye.li@nxp.com>
This commit is contained in:
parent
744c5fde97
commit
981f040a9a
@ -23,7 +23,7 @@ enum bt_mode get_boot_mode(void)
|
||||
{
|
||||
u32 bt0_cfg = 0;
|
||||
|
||||
bt0_cfg = readl(CMC0_RBASE + 0x80);
|
||||
bt0_cfg = readl(CMC1_BASE_ADDR + 0xa0);
|
||||
bt0_cfg &= (BT0CFG_LPBOOT_MASK | BT0CFG_DUALBOOT_MASK);
|
||||
|
||||
if (!(bt0_cfg & BT0CFG_LPBOOT_MASK)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user