Commit 12ef7e22ec61300990916e66e8cfd8c8836a83ce

Authored by Michal Simek
1 parent 656185a5d7

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/microblaze-generic_defconfig
... ... @@ -16,6 +16,7 @@
16 16 CONFIG_USE_BOOTARGS=y
17 17 CONFIG_BOOTARGS="root=romfs"
18 18 CONFIG_SYS_CONSOLE_IS_IN_ENV=y
  19 +CONFIG_DISPLAY_BOARDINFO=y
19 20 CONFIG_SPL_BOARD_INIT=y
20 21 CONFIG_SPL_SYS_MALLOC_SIMPLE=y
21 22 CONFIG_SPL_NOR_SUPPORT=y