Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "startup: Load default environment earlier"
Several boards use defaultenv_append_directory() to append a board specific envfs snippet during runtime. This only works when defaultenv_append_directory() is called before defaultenv_load() is exectuted. Since that was executed at the end of the start process every initcall level could be used to append a env directory. With this patch only initcall levels earlier than fsdevice_initcall work and most boards do not cope with this. Revert this patch until a better solution is found. Reported-by: Alexander Kurz <[email protected]> This reverts commit 5b92cfc.
- Loading branch information