Stefan Reinauer ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1842
-gerrit commit 12c3c7885968b9449460b2de0e546d1e30f1024c Author: Stefan Reinauer <[email protected]> Date: Tue Nov 13 17:36:17 2012 -0800 ms9652: fix misuse of LIFT_BSP_APIC_ID It's a bool, not a number Change-Id: I70d52c6af6703101dbd534970ec65275902a283d Signed-off-by: Stefan Reinauer <[email protected]> --- src/mainboard/msi/ms9652_fam10/Kconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/mainboard/msi/ms9652_fam10/Kconfig b/src/mainboard/msi/ms9652_fam10/Kconfig index 14b47c9..19f74e7 100644 --- a/src/mainboard/msi/ms9652_fam10/Kconfig +++ b/src/mainboard/msi/ms9652_fam10/Kconfig @@ -21,6 +21,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select AMDMCT select SB_HT_CHAIN_UNITID_OFFSET_ONLY select QRANK_DIMM_SUPPORT + select LIFT_BSP_APIC_ID config MAINBOARD_DIR string @@ -144,10 +145,6 @@ config APIC_ID_OFFSET hex default 0x00 -config LIFT_BSP_APIC_ID - bool - default 1 - config RAMTOP hex default 0x1000000 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

