From: Michal Simek Date: Fri, 23 Oct 2020 07:36:36 +0000 (+0200) Subject: microblaze: Enable board_late_init() X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=262bcedf106d24970c93aded851a258856d49e3e;p=u-boot.git microblaze: Enable board_late_init() In board_late_init() several variables are setup to match the current configuration. Signed-off-by: Michal Simek --- diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 7cf736954b..08c88856dc 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -22,6 +22,7 @@ CONFIG_USE_PREBOOT=y CONFIG_PREBOOT="echo U-BOOT for ${hostname};setenv preboot;echo" CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_DISPLAY_BOARDINFO=y +CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_NOR_SUPPORT=y