]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/board_f.c
common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO
[people/ms/u-boot.git] / common / board_f.c
index 0bdce64ca583731c3ede6dc6c45ee75ebab4e0f7..ff850abb74bb3070a2b13a0c724a12d15466f5fb 100644 (file)
@@ -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)