rockchip: rv1126: disable force_jtag

Change-Id: I16b1c30495e68ac58845e9f45014319384a4d5a6
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu 2020-05-29 11:47:30 +08:00
parent 7c7344b17a
commit 012d0ecf96
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,7 @@ DECLARE_GLOBAL_DATA_PTR;
#define SCR1_START_ADDR 0x208000
#define CRU_SOFTRST_CON11 0xFF49032C
#define PMUGRF_SOC_CON1 0xFE020104
#define GRF_IOFUNC_CON3 0xFF01026C
void board_debug_uart_init(void)
{
@ -71,6 +72,9 @@ int arch_cpu_init(void)
writel(0, FIREWALL_APB_BASE + FW_DDR_CON_REG);
#endif
/* disable force jtag mux route to both group0 and group1 */
writel(0x00300000, GRF_IOFUNC_CON3);
#if !defined(CONFIG_TPL_BUILD)
int delay;