summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris van Vossen <joris.van.vossen@sintecs.nl>2018-10-09 15:09:09 (GMT)
committerJoris van Vossen <joris.van.vossen@sintecs.nl>2018-10-09 15:09:09 (GMT)
commit5418f2df0d5e4d54167f072ad4d66aff0beb767f (patch)
treef64a5663a57374769e3c9a5656044c4dab512229
parent4e10c314c997f24a98256dbaeaafee92f00bb353 (diff)
downloadu-boot-scalys-lsdk-1803.tar.xz
Force default env in rescue flash configuration for Grapeboardscalys-lsdk-1803
-rw-r--r--configs/grapeboard_sata_qspi_rescue_flash_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/grapeboard_sata_qspi_rescue_flash_defconfig b/configs/grapeboard_sata_qspi_rescue_flash_defconfig
index a181583..288cee0 100644
--- a/configs/grapeboard_sata_qspi_rescue_flash_defconfig
+++ b/configs/grapeboard_sata_qspi_rescue_flash_defconfig
@@ -32,7 +32,8 @@ CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_FAT=y
CONFIG_OF_CONTROL=y
-CONFIG_ENV_IS_IN_SPI_FLASH=y
+# CONFIG_ENV_IS_IN_SPI_FLASH is not set
+CONFIG_ENV_IS_NOWHERE=y
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_DM=y
# CONFIG_BLK is not set