aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMichal Simek2018-08-20 01:24:14 -0500
committerMichal Simek2018-09-26 03:15:00 -0500
commit8eb55e19650b7b27ba76cd93a7c2bffba9552d77 (patch)
treeddc9091374355e4d320e5a85402d825c4c57aac7 /common
parent284b27cf81da10d55070a49ee8b739f71377a4fb (diff)
downloadu-boot-8eb55e19650b7b27ba76cd93a7c2bffba9552d77.tar.gz
u-boot-8eb55e19650b7b27ba76cd93a7c2bffba9552d77.tar.xz
u-boot-8eb55e19650b7b27ba76cd93a7c2bffba9552d77.zip
arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via Kconfig
Disable BOARD_LATE_INIT via Kconfig. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 3030da4fc9..be2e1b80f7 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -557,7 +557,7 @@ config VERSION_VARIABLE
557 next reset. 557 next reset.
558 558
559config BOARD_LATE_INIT 559config BOARD_LATE_INIT
560 bool 560 bool "Execute Board late init"
561 help 561 help
562 Sometimes board require some initialization code that might 562 Sometimes board require some initialization code that might
563 require once the actual init done, example saving board specific env, 563 require once the actual init done, example saving board specific env,