[Patch V3 38/44] imx8ulp: Use DGO_GP5 to get boot config

2021-07-20 Thread sbabic
> From: Ye Li > Since CMC1 MR0 only reflects high 16 bits boot cfg used for AP domian, > it does not connect to low 16 bits for RTD. So we can't get the correct > boot mode. > Change to use DGO_GP5 of SEC_SIM which is set by ROM. > Signed-off-by: Ye Li Applied to u-boot-imx, master, thanks ! Bes

[Patch V3 38/44] imx8ulp: Use DGO_GP5 to get boot config

2021-07-19 Thread Peng Fan (OSS)
From: Ye Li Since CMC1 MR0 only reflects high 16 bits boot cfg used for AP domian, it does not connect to low 16 bits for RTD. So we can't get the correct boot mode. Change to use DGO_GP5 of SEC_SIM which is set by ROM. Signed-off-by: Ye Li --- arch/arm/mach-imx/imx8ulp/soc.c | 2 +- 1 file ch