diff options
author | Angelo Dureghello <angelo@sysam.it> | 2017-08-20 00:01:55 +0200 |
---|---|---|
committer | Angelo Dureghello <angelo@sysam.it> | 2018-01-23 23:47:02 +0100 |
commit | b9153fe3088a4ea295d6cd23dd44bed51224679a (patch) | |
tree | ade7049b0c4c8b2d18f3a97adf70c1e331dd20a5 /common/board_f.c | |
parent | c761a7e29d703d60208585bb7d8415e00aa22556 (diff) | |
download | u-boot-b9153fe3088a4ea295d6cd23dd44bed51224679a.tar.gz |
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 <angelo@sysam.it>
Reviewed-by: Tom Rini <trini@konsulko.com>
---
Changes for v2:
- update common/Kconfig to add M68K to the default y list
Diffstat (limited to 'common/board_f.c')
-rw-r--r-- | common/board_f.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) |