summaryrefslogtreecommitdiff
path: root/include/configs/hmibsc.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/hmibsc.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/hmibsc.h')
-rw-r--r--include/configs/hmibsc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/hmibsc.h b/include/configs/hmibsc.h
index 950ec8b190d..ea9762ee448 100644
--- a/include/configs/hmibsc.h
+++ b/include/configs/hmibsc.h
@@ -8,8 +8,4 @@
#ifndef __CONFIGS_HMIBSC_H
#define __CONFIGS_HMIBSC_H
-/* PHY needs a longer aneg time */
-
-#define CFG_ENV_FLAGS_LIST_STATIC "BOOT_A_LEFT:dw,BOOT_B_LEFT:dw,BOOT_ORDER:sw"
-
#endif