diff options
Diffstat (limited to 'common/Kconfig')
-rw-r--r-- | common/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/Kconfig b/common/Kconfig index cabc24fb9c..24c83f04e2 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -589,12 +589,6 @@ config LAST_STAGE_INIT U-Boot calls last_stage_init() before the command-line interpreter is started. -config MISC_INIT_F - bool "Execute pre-relocation misc init" - help - Enabling this option calls the 'misc_init_f' function in the init - sequence just before DRAM is inited. - config MISC_INIT_R bool "Execute Misc Init" default y if ARCH_KEYSTONE || ARCH_SUNXI || MPC85xx |