From edd9a4f9e74a2dca47aef286572f4742e516b47a Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Wed, 22 Apr 2020 17:21:52 -0400 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41048 Reviewed-by: Angel Pons Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/northbridge/intel/i440bx/raminit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/northbridge/intel/i440bx/raminit.h') 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) -- cgit v1.2.3