From 8435179271106ec6fe9a9a5679b897755b1db8dd Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Tue, 11 Oct 2016 21:33:46 -0400 Subject: common: Add DISPLAY_BOARDINFO Create a Kconfig entry for DISPLAY_BOARDINFO and make it be the default in certain architectures. Migrate all config files. Signed-off-by: Lokesh Vutla Signed-off-by: Tom Rini --- common/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index a9da5d5..1198f26 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -227,4 +227,12 @@ config DISPLAY_CPUINFO when U-Boot starts up. The function print_cpuinfo() is called to do this. +config DISPLAY_BOARDINFO + bool "Display information about the board during start up" + default y if ARM || M68K || MIPS || PPC || SPARC || XTENSA + help + Display information about the board that U-Boot is running on + when U-Boot starts up. The board function checkboard() is called + to do this. + source "common/spl/Kconfig" -- cgit v1.1