|
@@ -197,8 +197,6 @@ static int arm_pci_init(void)
|
|
|
*/
|
|
|
typedef int (init_fnc_t) (void);
|
|
|
|
|
|
-int print_cpuinfo(void);
|
|
|
-
|
|
|
void __dram_init_banksize(void)
|
|
|
{
|
|
|
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
|
@@ -250,9 +248,7 @@ init_fnc_t *init_sequence[] = {
|
|
|
serial_init, /* serial communications setup */
|
|
|
console_init_f, /* stage 1 init of console */
|
|
|
display_banner, /* say that we are here */
|
|
|
-#if defined(CONFIG_DISPLAY_CPUINFO)
|
|
|
print_cpuinfo, /* display cpu info (and speed) */
|
|
|
-#endif
|
|
|
#if defined(CONFIG_DISPLAY_BOARDINFO)
|
|
|
checkboard, /* display board info */
|
|
|
#endif
|