diff options
Diffstat (limited to 'common/Kconfig')
-rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index bb47ee4341..f045a166b2 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -374,7 +374,7 @@ config VERSION_VARIABLE next reset. config BOARD_LATE_INIT - bool "Enable Board late init code" + bool help Sometimes board require some initialization code that might require once the actual init done, example saving board specific env, |