[PATCH v3 1/2] env: migrate static flags list to Kconfig

Tom Rini trini at konsulko.com
Tue May 26 00:43:23 CEST 2026


On Mon, 11 May 2026 12:20:25 -0600, James Hilliard wrote:

> Environment callbacks can already be configured from Kconfig with
> CONFIG_ENV_CALLBACK_LIST_STATIC, but static environment flags still
> require board headers to define CFG_ENV_FLAGS_LIST_STATIC.
> 
> Add CONFIG_ENV_FLAGS_LIST_STATIC and use it as the only board-provided
> static environment flags list. Convert the remaining default-config users
> from CFG_ENV_FLAGS_LIST_STATIC to defconfig settings and drop the legacy
> header macro from ENV_FLAGS_LIST_STATIC.
> 
> [...]

Applied to u-boot/next, thanks!

[1/2] env: migrate static flags list to Kconfig
      commit: 5e41a5deb4b843808f3c892f2f54f1b9c76b3da1
[2/2] doc: remove configuration settings from README
      commit: e11b0c5cab44817b3c1cb4fd29339010b4db4321
-- 
Tom




More information about the U-Boot mailing list