From b9153fe3088a4ea295d6cd23dd44bed51224679a Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Sun, 20 Aug 2017 00:01:55 +0200 Subject: common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO Change all coldfire arch files to use CONFIG_DISPLAY_CPUINFO. Signed-off-by: Angelo Dureghello Reviewed-by: Tom Rini --- Changes for v2: - update common/Kconfig to add M68K to the default y list --- common/Kconfig | 2 +- common/board_f.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index 4da095a4fd..21e067c858 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -533,7 +533,7 @@ config BOARD_LATE_INIT config DISPLAY_CPUINFO bool "Display information about the CPU during start up" - default y if ARM || NIOS2 || X86 || XTENSA + default y if ARM || NIOS2 || X86 || XTENSA || M68K help Display information about the CPU that U-Boot is running on when U-Boot starts up. The function print_cpuinfo() is called diff --git a/common/board_f.c b/common/board_f.c index 0bdce64ca5..ff850abb74 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -780,8 +780,7 @@ static const init_fnc_t init_sequence_f[] = { console_init_f, /* stage 1 init of console */ display_options, /* say that we are here */ display_text_info, /* show debugging info if required */ -#if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_SH) || \ - defined(CONFIG_X86) +#if defined(CONFIG_PPC) || defined(CONFIG_SH) || defined(CONFIG_X86) checkcpu, #endif #if defined(CONFIG_DISPLAY_CPUINFO) -- cgit v1.2.3