Keith Hui has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41048 )
Change subject: nb/intel/i440bx: Drop mainboard_enable_serial() ......................................................................
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 --- M src/northbridge/intel/i440bx/raminit.h 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/41048/1
diff --git a/src/northbridge/intel/i440bx/raminit.h b/src/northbridge/intel/i440bx/raminit.h index e9099de..c69422e 100644 --- a/src/northbridge/intel/i440bx/raminit.h +++ b/src/northbridge/intel/i440bx/raminit.h @@ -10,7 +10,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)