summaryrefslogtreecommitdiff
path: root/include/configs/capricorn-common.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-05-25 13:44:45 -0600
committerTom Rini <[email protected]>2026-05-25 13:44:45 -0600
commit8d5f30b52f7c800c2177188fc4d331fb7af2c46a (patch)
treea3f23faa01933dcb49c22ca50c8d5a9e3293a87a /include/configs/capricorn-common.h
parent77efd55f89e406d49a8697fd5475b6ab2ba6497c (diff)
parente11b0c5cab44817b3c1cb4fd29339010b4db4321 (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/capricorn-common.h')
-rw-r--r--include/configs/capricorn-common.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/configs/capricorn-common.h b/include/configs/capricorn-common.h
index ee13d2ab950..7120a44d186 100644
--- a/include/configs/capricorn-common.h
+++ b/include/configs/capricorn-common.h
@@ -38,19 +38,6 @@
#define CFG_EXTRA_ENV_SETTINGS \
AHAB_ENV
-#ifdef CONFIG_ENV_WRITEABLE_LIST
-#define CFG_ENV_FLAGS_LIST_STATIC \
- "bootcount:dw," \
- "bootdelay:sw," \
- "bootlimit:dw," \
- "partitionset_active:sw," \
- "rastate:dw," \
- "sig_a:sw,sig_b:sw," \
- "target_env:sw," \
- "upgrade_available:dw," \
- "ustate:dw"
-#endif
-
/* Default location for tftp and bootm */
/* On CCP board, USDHC1 is for eMMC */