summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-03-03 16:51:24 -0500
committerTom Rini <[email protected]>2022-03-03 16:51:45 -0500
commitfd690a5e932010d0309a859169aeb77af94dff24 (patch)
tree12f411ba7a217c285530f43de3f76ec838bc8cb9 /common
parent09cb77d22e8b87f02718a2e8f8ec7952f7673622 (diff)
parentf9147d636ce26eec8719ce8167887736c321ef94 (diff)
Merge branch '2022-03-03-Kconfig-migrations' into next
- Assorted Kconfig migrations and related cleanups.
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 82cd864baf9..add4cdae028 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -524,6 +524,12 @@ config BOARD_EARLY_INIT_R
relocation. With this option, U-Boot calls board_early_init_r()
in the post-relocation init sequence.
+config BOARD_POSTCLK_INIT
+ bool "Call board_postclk_init"
+ help
+ Some boards need this to initialize select items, after clocks /
+ timebase and before env / serial.
+
config BOARD_LATE_INIT
bool "Execute Board late init"
help