From: Frieder Schrempf Date: Tue, 23 Aug 2022 14:29:12 +0000 (+0200) Subject: imx: imx6ul: kontron-sl-mx6ul: Fix CONFIG_ENV_SPI_BUS X-Git-Tag: v2023.07~287^2~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=234b3be98efe21d04f623b0a67eead321a3da6c1;p=platform%2Fkernel%2Fu-boot.git imx: imx6ul: kontron-sl-mx6ul: Fix CONFIG_ENV_SPI_BUS The SPI NOR is on ECSPI1 so CONFIG_ENV_SPI_BUS should be 1 to detect the environment on the SPI NOR. Signed-off-by: Frieder Schrempf --- diff --git a/configs/kontron-sl-mx6ul_defconfig b/configs/kontron-sl-mx6ul_defconfig index 02f0cb0..0cdca7e 100644 --- a/configs/kontron-sl-mx6ul_defconfig +++ b/configs/kontron-sl-mx6ul_defconfig @@ -64,7 +64,6 @@ CONFIG_OF_LIST="imx6ul-kontron-n631x-s imx6ull-kontron-n641x-s" CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_MMC=y CONFIG_ENV_IS_IN_SPI_FLASH=y -CONFIG_ENV_SPI_BUS=2 CONFIG_USE_ETHPRIME=y CONFIG_ETHPRIME="eth0" CONFIG_BOOTCOUNT_LIMIT=y