rockchip: rv1126: hold a few time for mcu to capture the boot address

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: If30b429577e715d2851eaab1c0fa6a84f0ad8850
This commit is contained in:
Jason Zhu 2020-11-17 10:20:15 +08:00
parent 8ec8d58eeb
commit bb82cbf82d
1 changed files with 1 additions and 0 deletions

View File

@ -702,6 +702,7 @@ int spl_fit_standalone_release(uintptr_t entry_point)
/* set the scr1 addr */
writel(entry_point, SGRF_BASE + SGRF_CON_SCR1_BOOT_ADDR);
writel(0x00ff00bf, SGRF_BASE + SGRF_SOC_CON3);
udelay(10);
/* release the scr1 */
writel(0x04000000, CRU_BASE + CRU_SOFTRST_CON02);