Re: [PATCH v8 0/8] env: Allow environment in text files

2021-10-19 Thread Wolfgang Denk
Dear Simon, In message <20211018181322.1181847-1-...@chromium.org> you wrote: > > Add a feature that brings in a .env file associated with the board > config, if present. To use it, create a file board/.env or > use CONFIG_ENV_SOURCE_FILE to set a filename. Again, slash missing. This should be b

[PATCH v8 0/8] env: Allow environment in text files

2021-10-18 Thread Simon Glass
One barrier to completing the 7-year-long Kconfig migration is that the default environment is implemented using ad-hoc CONFIG options. At present U-Boot environment variables, and thus scripts, are defined by CONFIG_EXTRA_ENV_SETTINGS. It is not really feasible to move the environment to Kconfig