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:
parent
b405857bef
commit
afcaac2db5
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -158,8 +158,3 @@ void sandybridge_early_initialization(int chipset_type)
|
|||
|
||||
sandybridge_setup_graphics();
|
||||
}
|
||||
|
||||
void sandybridge_late_initialization(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue