summaryrefslogtreecommitdiff
path: root/configs/syzygy_hub_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-02-28 09:50:07 +0100
committerMichal Simek <michal.simek@xilinx.com>2018-05-11 09:23:43 +0200
commit0b4b82ad1461cc37434e7e0c1de00a61193a95db (patch)
tree375ba59cdb7aacff10799dfa3252239c5ba73b19 /configs/syzygy_hub_defconfig
parent4aba5fb857c1b0067226dbd457d51ac2b2825427 (diff)
downloadu-boot-0b4b82ad1461cc37434e7e0c1de00a61193a95db.tar.gz
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 <ariel@vanguardiasur.com.ar>, and Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> mini configuration doesn't need to show this information. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/syzygy_hub_defconfig')
-rw-r--r--configs/syzygy_hub_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/syzygy_hub_defconfig b/configs/syzygy_hub_defconfig
index aef21a87e2..4ceff11924 100644
--- a/configs/syzygy_hub_defconfig
+++ b/configs/syzygy_hub_defconfig
@@ -13,7 +13,6 @@ CONFIG_FIT_SIGNATURE=y
CONFIG_FIT_VERBOSE=y
CONFIG_IMAGE_FORMAT_LEGACY=y
CONFIG_BOOTCOMMAND="run $modeboot || run distro_bootcmd"
-# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL_STACK_R=y
CONFIG_SPL_OS_BOOT=y
CONFIG_SYS_PROMPT="Zynq> "