summaryrefslogtreecommitdiff
path: root/configs/imx8qm_lpddr4_arm2_fspi_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-06-11 06:24:10 -0700
committerYe Li <ye.li@nxp.com>2018-06-11 22:48:23 -0700
commitaf92ba299b2b87cde02bbd4f534f1a30b45552cd (patch)
tree6bc9202af27fb48fd975ec37bd39cd16152753dc /configs/imx8qm_lpddr4_arm2_fspi_defconfig
parenta396e04c1180e85c618aaa4be099381de8b15199 (diff)
MLK-18568 imx8: disable the DM devices removing
In u-boot 2018, all DM devices will be removed before jumping to kernel. It executes after the board_quiesce_devices where we turn off the power domain of the devices used in u-boot. Thus, this cause crash when removing DM devies. This patch disables the CONFIG_DM_DEVICE_REMOVE, since it is useless for imx8 and is not compatibled with current power domain implemenation. Signed-off-by: Ye Li <ye.li@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/imx8qm_lpddr4_arm2_fspi_defconfig')
-rw-r--r--configs/imx8qm_lpddr4_arm2_fspi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8qm_lpddr4_arm2_fspi_defconfig b/configs/imx8qm_lpddr4_arm2_fspi_defconfig
index 593bbc4082..abc18d55cb 100644
--- a/configs/imx8qm_lpddr4_arm2_fspi_defconfig
+++ b/configs/imx8qm_lpddr4_arm2_fspi_defconfig
@@ -82,3 +82,4 @@ CONFIG_DM_THERMAL=y
CONFIG_IMX_SC_THERMAL=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
+CONFIG_DM_DEVICE_REMOVE=n