summaryrefslogtreecommitdiffstats
path: root/configs/aristainetos2bcsl_defconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2020-10-10 10:28:06 +0200
committerTom Rini <trini@konsulko.com>2020-10-30 10:54:38 -0400
commit821fd5ee20a066dcf7a0e76da06a64689e0ff97c (patch)
tree92f83beb0717d90155c5e093a8f57e5f388edacb /configs/aristainetos2bcsl_defconfig
parent92765f45bb950c24b8997752ab94f35c1fb4425f (diff)
downloadu-boot-821fd5ee20a066dcf7a0e76da06a64689e0ff97c.tar.gz
u-boot-821fd5ee20a066dcf7a0e76da06a64689e0ff97c.tar.xz
u-boot-821fd5ee20a066dcf7a0e76da06a64689e0ff97c.zip
imx6: enable early spi environment access on aristainetos boards
On aristianetos boards the display type is detected through "panel" environment variable. Dependend on the display type we detect the board type and this decides which DTB we have to use for the board. So we need early spi environment access. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/aristainetos2bcsl_defconfig')
-rw-r--r--configs/aristainetos2bcsl_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/aristainetos2bcsl_defconfig b/configs/aristainetos2bcsl_defconfig
index 8e6d2994fb..30139621d8 100644
--- a/configs/aristainetos2bcsl_defconfig
+++ b/configs/aristainetos2bcsl_defconfig
@@ -56,6 +56,7 @@ CONFIG_DTB_RESELECT=y
CONFIG_MULTI_DTB_FIT=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
+CONFIG_ENV_SPI_EARLY=y
CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_VERSION_VARIABLE=y