MLK-20796 imx8qm_mek: Remove base board reset
SCFW has taken to reset the base board by deasserting BB_PER_RST_B(SCU_GPIO0_01) on imx8QM MEK board, and has removed the SC_R_BOARD_R1 functionality. So We don't need to explicitly use SC_R_BOARD_R1, delete the codes from u-boot. Signed-off-by: Ye Li <ye.li@nxp.com>
This commit is contained in:
parent
2f8269b3d8
commit
abef8ce6c2
|
|
@ -459,10 +459,6 @@ int board_init(void)
|
|||
if (IS_ENABLED(CONFIG_XEN))
|
||||
return 0;
|
||||
|
||||
/* Power up base board */
|
||||
sc_pm_set_resource_power_mode(gd->arch.ipc_channel_handle,
|
||||
SC_R_BOARD_R1, SC_PM_PW_MODE_ON);
|
||||
|
||||
#ifdef CONFIG_MXC_GPIO
|
||||
board_gpio_init();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue