diff options
| author | Frieder Schrempf <[email protected]> | 2022-08-23 16:29:12 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-10-20 17:35:51 +0200 |
| commit | 234b3be98efe21d04f623b0a67eead321a3da6c1 (patch) | |
| tree | 36b3583acc6d055d1a415f00a054e611660345e8 | |
| parent | 679356c0b2603995db387cab514de535988fa904 (diff) | |
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 <[email protected]>
| -rw-r--r-- | configs/kontron-sl-mx6ul_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/kontron-sl-mx6ul_defconfig b/configs/kontron-sl-mx6ul_defconfig index 02f0cb0f0a5..0cdca7eda19 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 |
