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:
Ye Li 2019-01-24 19:17:36 -08:00
parent 2f8269b3d8
commit abef8ce6c2
1 changed files with 0 additions and 4 deletions

View File

@ -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