From e5ec48152ad13ada83c541cdf7f47d5867c506db Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 22 Jan 2017 19:43:11 -0500 Subject: 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 Acked-by: Masahiro Yamada (for UniPhier) --- common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index bb47ee4..f045a16 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, -- cgit v1.1