summaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-07-30 06:23:11 -0700
committerBin Meng <bmeng.cn@gmail.com>2017-08-01 20:17:02 +0800
commit30b1ecd26533fdd680b66c0ed6767cc4b875fbc6 (patch)
tree7d4b4ded4de35c8db731ab0f86a66106e82cbaf9 /common/Kconfig
parent1e452b4686efd06a8bfe826969566f2128f9e248 (diff)
x86: kconfig: Let board select BOARD_EARLY_INIT_F
CONFIG_BOARD_EARLY_INIT_F literally indicates board-specific codes and should be not 'default y' for all x86 boards. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 746dd84f05..1645ae9989 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -888,7 +888,6 @@ config ARCH_MISC_INIT
config BOARD_EARLY_INIT_F
bool "Call board-specific init before relocation"
- default y if X86
help
Some boards need to perform initialisation as soon as possible
after boot. With this option, U-Boot calls board_early_init_f()