| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-06 | env: Switch the callback static list to Kconfig | Christoph Niedermaier | |
| Switch the callback static list from the board configuration variable CFG_ENV_CALLBACK_LIST_STATIC to Kconfig CONFIG_ENV_CALLBACK_LIST_STATIC. Signed-off-by: Christoph Niedermaier <[email protected]> Reviewed-by: Marek Vasut <[email protected]> | |||
| 2023-01-20 | global: Finish CONFIG -> CFG migration | Tom Rini | |
| At this point, the remaining places where we have a symbol that is defined as CONFIG_... are in fairly odd locations. While as much dead code has been removed as possible, some of these locations are simply less obvious at first. In other cases, this code is used, but was defined in such a way as to have been missed by earlier checks. Perform a rename of all such remaining symbols to be CFG_... rather than CONFIG_... Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2021-11-16 | doc: Improve environment documentation further | Simon Glass | |
| Make various other updates suggested during review of the rST conversion. Signed-off-by: Simon Glass <[email protected]> Suggested-by: Heinrich Schuchardt <[email protected]> | |||
