aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-10-23 09:36:36 +0200
committerMichal Simek <michal.simek@xilinx.com>2020-10-27 08:13:33 +0100
commit262bcedf106d24970c93aded851a258856d49e3e (patch)
tree7d2b1a0a4b6db53d9489809adb63d78c4bdd82eb /configs
parent123058215079a733b6f1f1237f738d254df56857 (diff)
downloadu-boot-262bcedf106d24970c93aded851a258856d49e3e.zip
u-boot-262bcedf106d24970c93aded851a258856d49e3e.tar.gz
u-boot-262bcedf106d24970c93aded851a258856d49e3e.tar.bz2
microblaze: Enable board_late_init()
In board_late_init() several variables are setup to match the current configuration. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/microblaze-generic_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
index 7cf7369..08c8885 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