diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-10-23 09:36:36 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-10-27 08:13:33 +0100 |
commit | 262bcedf106d24970c93aded851a258856d49e3e (patch) | |
tree | 7d2b1a0a4b6db53d9489809adb63d78c4bdd82eb /configs | |
parent | 123058215079a733b6f1f1237f738d254df56857 (diff) | |
download | u-boot-262bcedf106d24970c93aded851a258856d49e3e.tar.gz |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |