]> git.sur5r.net Git - u-boot/commitdiff
common: Kconfig: Add BOARD_LATE_INIT entry
authorJagan Teki <jagan@openedev.com>
Sat, 21 Jan 2017 10:48:32 +0000 (11:48 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 21 Jan 2017 14:19:27 +0000 (09:19 -0500)
This patch add Kconfig entry for CONFIG_BOARD_LATE_INIT

Cc: Tom Rini <trini@konsulko.com>
Signed-off-by: Jagan Teki <jagan@openedev.com>
common/Kconfig

index a04ee1084fed77200f69dfc12a504979a1ffe3f8..bb47ee43419443221df3be9308f01882a2e5c0f8 100644 (file)
@@ -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