diff options
author | Tom Rini <trini@konsulko.com> | 2018-01-24 22:08:00 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-24 22:08:00 -0500 |
commit | a3f77c810b1a57853e4d5fee3014ac8cbbd03a9a (patch) | |
tree | 838815d1747e9a5a70b8627bc7fa7820d92a6c2d /common/board_f.c | |
parent | fb4413295c765aa8c013650984dc2d908964c81d (diff) | |
parent | b9153fe3088a4ea295d6cd23dd44bed51224679a (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-coldfire
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 7f594d9eaf..1965bda191 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -787,8 +787,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) |