Re: [PATCH v2] Allow usage of default environment without environment file storage

2019-12-11 Thread Sascha Hauer
On Mon, Dec 09, 2019 at 11:49:28AM +0100, Albert Schwarzkopf wrote: > Currently, the default environment is only used when the > barebox environment on the persistent store is not valid > or when ENVFS_FLAGS_FORCE_BUILT_IN is set in the super block. > > However, ENVFS_FLAGS_FORCE_BUILT_IN can be

[PATCH v2] Allow usage of default environment without environment file storage

2019-12-09 Thread Albert Schwarzkopf
Currently, the default environment is only used when the barebox environment on the persistent store is not valid or when ENVFS_FLAGS_FORCE_BUILT_IN is set in the super block. However, ENVFS_FLAGS_FORCE_BUILT_IN can be cleared and the environmnet variables in the persistent store will be used