From: Michal Simek Date: Thu, 22 Nov 2018 11:50:49 +0000 (+0100) Subject: microblaze: Showing model information from DT by default X-Git-Tag: v2019.01-rc1~7^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12ef7e22ec61300990916e66e8cfd8c8836a83ce;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 0b21020..02e62e2 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