summaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorJagan Teki <jagan@openedev.com>2017-01-21 10:48:32 (GMT)
committerTom Rini <trini@konsulko.com>2017-01-21 14:19:27 (GMT)
commitde70fefb1b65debb645c0a42bd896de744837dac (patch)
tree36ff6177b05d005cb057317e6ddb40369dad02cd /common/Kconfig
parentdec303063861ee8d990da162ad4402e70a570d67 (diff)
downloadu-boot-de70fefb1b65debb645c0a42bd896de744837dac.tar.xz
common: Kconfig: Add BOARD_LATE_INIT entry
This patch add Kconfig entry for CONFIG_BOARD_LATE_INIT Cc: Tom Rini <trini@konsulko.com> Signed-off-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index a04ee10..bb47ee4 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -373,6 +373,16 @@ config VERSION_VARIABLE
Any change to this variable will be reverted at the
next reset.
+config BOARD_LATE_INIT
+ bool "Enable Board late init code"
+ help
+ Sometimes board require some initialization code that might
+ require once the actual init done, example saving board specific env,
+ boot-modes etc. which eventually done at late.
+
+ So this config enable the late init code with the help of board_late_init
+ function which should defined on respective boards.
+
config DISPLAY_CPUINFO
bool "Display information about the CPU during start up"
default y if ARM || BLACKFIN || NIOS2 || X86 || XTENSA