summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2020-04-22 17:21:52 -0400
committerPatrick Georgi <pgeorgi@google.com>2020-05-12 19:37:35 +0000
commitedd9a4f9e74a2dca47aef286572f4742e516b47a (patch)
tree4130693ca3b35eeb7763647eba419157676abc38 /src
parentd82c7d24ffc64e7caeaff6ccd7c79d3946142afc (diff)
downloadcoreboot-edd9a4f9e74a2dca47aef286572f4742e516b47a.tar.xz
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>
Diffstat (limited to 'src')
-rw-r--r--src/northbridge/intel/i440bx/raminit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/i440bx/raminit.h b/src/northbridge/intel/i440bx/raminit.h
index 87c799ee5f..1bd5ab6e0f 100644
--- a/src/northbridge/intel/i440bx/raminit.h
+++ b/src/northbridge/intel/i440bx/raminit.h
@@ -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)