diff options
| author | Tom Rini <[email protected]> | 2017-01-22 19:43:11 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-01-24 10:35:54 -0500 |
| commit | e5ec48152ad13ada83c541cdf7f47d5867c506db (patch) | |
| tree | d96917c40f3f9d69f301c28d1ee6278a7ac1bd54 /common | |
| parent | 88077715d8d81825605028f2040b17137513f858 (diff) | |
Kconfig: Migrate BOARD_LATE_INIT to a select
This option should not really be user selectable. Note that on PowerPC
we currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so be
conditional on that.
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Masahiro Yamada <[email protected]> (for UniPhier)
Diffstat (limited to 'common')
| -rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index bb47ee43419..f045a166b21 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, |
