From patchwork Mon May 4 15:28:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 245039 List-Id: U-Boot discussion From: festevam at gmail.com (Fabio Estevam) Date: Mon, 4 May 2020 12:28:48 -0300 Subject: [PATCH 6/8] ARM: imx8m: Fix reset in SPL on NXP iMX8MP EVK In-Reply-To: <63acd8bf7288b3c64533f049f9c65c5a1dd1975d.camel@denx.de> References: <20200429130428.124788-1-hws@denx.de> <20200429130428.124788-7-hws@denx.de> <7b859a29ab32e4de8b1f37a6da0f1b59b06e813d.camel@denx.de> <63acd8bf7288b3c64533f049f9c65c5a1dd1975d.camel@denx.de> Message-ID: On Mon, May 4, 2020 at 12:21 PM Harald Seiler wrote: > With or without the revert? When I change the defconfig like: It prints a single SPL line with the revert and also without the revert. --- a/configs/imx8mp_evk_defconfig +++ b/configs/imx8mp_evk_defconfig @@ -57,7 +57,9 @@ CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_SPL_DM=y +CONFIG_SPL_CLK_COMPOSITE_CCF=y CONFIG_CLK_COMPOSITE_CCF=y +CONFIG_SPL_CLK_IMX8MP=y CONFIG_CLK_IMX8MP=y CONFIG_MXC_GPIO=y CONFIG_DM_PCA953X=y