diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-11-22 12:50:49 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-11-26 10:50:55 +0100 |
commit | 12ef7e22ec61300990916e66e8cfd8c8836a83ce (patch) | |
tree | a5847fe727fdb2c1f3db6ef32174a883992abe51 /configs | |
parent | 656185a5d725c32ebd65daf0a4d1e66dcb662591 (diff) | |
download | u-boot-12ef7e22ec61300990916e66e8cfd8c8836a83ce.tar.gz u-boot-12ef7e22ec61300990916e66e8cfd8c8836a83ce.tar.xz u-boot-12ef7e22ec61300990916e66e8cfd8c8836a83ce.zip |
microblaze: Showing model information from DT by default
Show information about board read from DT by default to know what board
U-Boot is running at.
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 0b21020cff..02e62e2ee8 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -16,6 +16,7 @@ CONFIG_BOOTDELAY=-1 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="root=romfs" CONFIG_SYS_CONSOLE_IS_IN_ENV=y +CONFIG_DISPLAY_BOARDINFO=y CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_NOR_SUPPORT=y |