From 0b4b82ad1461cc37434e7e0c1de00a61193a95db Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 28 Feb 2018 09:50:07 +0100 Subject: arm: zynq: Remove checkboard and enable DISPLAY_CPUINFO Now that showing silicon version is part of the CPU info display, let's remove checkboard(). Note that the generic show_board_info() will still show the DT 'model' property. For instance: U-Boot 2018.05-rc2-00025-g611b3ee0159b (Apr 19 2018 - 11:23:12 +0200) CPU: Zynq 7z045 Silicon: v1.0 Model: Zynq ZC706 Development Board I2C: ready Based on patches from Ariel D'Alessandro , and Ezequiel Garcia mini configuration doesn't need to show this information. Signed-off-by: Michal Simek --- configs/topic_miami_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/topic_miami_defconfig') diff --git a/configs/topic_miami_defconfig b/configs/topic_miami_defconfig index 1619df3..7ea09ac 100644 --- a/configs/topic_miami_defconfig +++ b/configs/topic_miami_defconfig @@ -11,7 +11,6 @@ CONFIG_DEBUG_UART=y CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=0 CONFIG_BOOTCOMMAND="run $modeboot || run distro_bootcmd" -# CONFIG_DISPLAY_CPUINFO is not set CONFIG_SPL_STACK_R=y CONFIG_SPL_SPI_LOAD=y CONFIG_SYS_PROMPT="zynq-uboot> " -- cgit v1.1