|
@@ -602,6 +602,15 @@ config BOARD_EARLY_INIT_R
|
|
|
relocation. With this option, U-Boot calls board_early_init_r()
|
|
|
in the post-relocation init sequence.
|
|
|
|
|
|
+config LAST_STAGE_INIT
|
|
|
+ bool "Call board-specific as last setup step"
|
|
|
+ help
|
|
|
+ Some boards need to perform initialisation immediately before control
|
|
|
+ is passed to the command-line interpreter (e.g. for initializations
|
|
|
+ that depend on later phases in the init sequence). With this option,
|
|
|
+ U-Boot calls last_stage_init() before the command-line interpreter is
|
|
|
+ started.
|
|
|
+
|
|
|
endmenu
|
|
|
|
|
|
menu "Security support"
|