nb/intel/i440bx: Drop mainboard_enable_serial()

All boards using this northbridge now enable serial in bootblock,
so this is no longer needed.

Change-Id: I6baf2de81870dbba2a7f1abb3f1fdd6716d64511
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41048
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Keith Hui 2020-04-22 17:21:52 -04:00 committed by Patrick Georgi
parent d82c7d24ff
commit edd9a4f9e7
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
void enable_spd(void);
void disable_spd(void);
void sdram_initialize(int s3resume);
void mainboard_enable_serial(void);
/* Debug */
#if CONFIG(DEBUG_RAM_SETUP)