X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=env%2FKconfig;h=af63ac52f7f4a230acf5707dca84063785197392;hb=9e3c94d117bb3a196ad6e03babb8bc30da4b3ff0;hp=8ab7be11c5be3fe7848267e8c50faf349ea7ed09;hpb=2af31afc7ac55b2d11676da51599c6dd679e77c3;p=oweals%2Fu-boot.git diff --git a/env/Kconfig b/env/Kconfig index 8ab7be11c5..af63ac52f7 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -3,6 +3,9 @@ menu "Environment" config ENV_SUPPORT def_bool y +config SAVEENV + def_bool y if CMD_SAVEENV + config ENV_IS_NOWHERE bool "Environment is not stored" default y if !ENV_IS_IN_EEPROM && !ENV_IS_IN_EXT4 && \