diff options
Diffstat (limited to 'include/configs/ventana.h')
-rw-r--r-- | include/configs/ventana.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ventana.h b/include/configs/ventana.h index afd6ff610c..acc9b434bb 100644 --- a/include/configs/ventana.h +++ b/include/configs/ventana.h @@ -52,4 +52,7 @@ #define CONFIG_EFI_PARTITION #define CONFIG_CMD_EXT2 #define CONFIG_CMD_FAT + +/* Environment not stored */ +#define CONFIG_ENV_IS_NOWHERE #endif /* __CONFIG_H */ |