Drop (empty) sandybridge_late_initialization()

The function is empty (a left-over from i945) and should be removed.

Change-Id: I91e573b5e37cb9133ea1037aef7e6daf3c292864
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/1290
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Stefan Reinauer 2012-06-18 15:43:50 -07:00 committed by Patrick Georgi
parent b405857bef
commit afcaac2db5
4 changed files with 3 additions and 17 deletions

View File

@ -309,11 +309,8 @@ void main(unsigned long bist)
rcba_config();
post_code(0x3d);
/* Initialize the internal PCIe links before we go into stage2 */
sandybridge_late_initialization();
post_code(0x3e);
quick_ram_check();
post_code(0x3e);
MCHBAR16(SSKPD) = 0xCAFE;
#if CONFIG_EARLY_CBMEM_INIT

View File

@ -327,11 +327,8 @@ void main(unsigned long bist)
rcba_config();
post_code(0x3c);
/* Initialize the internal PCIe links before we go into stage2 */
sandybridge_late_initialization();
post_code(0x3e);
quick_ram_check();
post_code(0x3e);
MCHBAR16(SSKPD) = 0xCAFE;

View File

@ -332,11 +332,8 @@ void main(unsigned long bist)
rcba_config();
post_code(0x3c);
/* Initialize the internal PCIe links before we go into stage2 */
sandybridge_late_initialization();
post_code(0x3e);
quick_ram_check();
post_code(0x3e);
MCHBAR16(SSKPD) = 0xCAFE;
#if CONFIG_EARLY_CBMEM_INIT

View File

@ -158,8 +158,3 @@ void sandybridge_early_initialization(int chipset_type)
sandybridge_setup_graphics();
}
void sandybridge_late_initialization(void)
{
}