diff options
| author | Tom Rini <[email protected]> | 2026-05-25 13:44:45 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-25 13:44:45 -0600 |
| commit | 8d5f30b52f7c800c2177188fc4d331fb7af2c46a (patch) | |
| tree | a3f23faa01933dcb49c22ca50c8d5a9e3293a87a /include/configs/smegw01.h | |
| parent | 77efd55f89e406d49a8697fd5475b6ab2ba6497c (diff) | |
| parent | e11b0c5cab44817b3c1cb4fd29339010b4db4321 (diff) | |
Merge patch series "env: migrate static flags list to Kconfig"next
This series from James Hilliard <[email protected]> converts the
static flags list for the environment to be configured via Kconfig and
updates the documentation.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/configs/smegw01.h')
| -rw-r--r-- | include/configs/smegw01.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/configs/smegw01.h b/include/configs/smegw01.h index 0aa25f9e2ea..c0ca5a7db2f 100644 --- a/include/configs/smegw01.h +++ b/include/configs/smegw01.h @@ -22,21 +22,6 @@ #define EXTRA_BOOTPARAMS #endif -#ifdef CONFIG_SYS_BOOT_LOCKED -#define EXTRA_ENV_FLAGS -#else -#define EXTRA_ENV_FLAGS "mmcdev:dw," -#endif - -#define CFG_ENV_FLAGS_LIST_STATIC \ - "mmcpart:dw," \ - "mmcpart_committed:dw," \ - "ustate:dw," \ - "bootcount:dw," \ - "bootlimit:dw," \ - "upgrade_available:dw," \ - EXTRA_ENV_FLAGS - /* Physical Memory Map */ #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR |
