Author: uwe Date: Sun Nov 21 11:26:04 2010 New Revision: 6102 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6102
Log: Build fix. Signed-off-by: Uwe Hermann <[email protected]> Acked-by: Uwe Hermann <[email protected]> Modified: trunk/src/mainboard/tyan/s2912_fam10/romstage.c Modified: trunk/src/mainboard/tyan/s2912_fam10/romstage.c ============================================================================== --- trunk/src/mainboard/tyan/s2912_fam10/romstage.c Sat Nov 20 21:36:40 2010 (r6101) +++ trunk/src/mainboard/tyan/s2912_fam10/romstage.c Sun Nov 21 11:26:04 2010 (r6102) @@ -128,6 +128,7 @@ //second node RC00, DIMM4, DIMM6, 0, 0, DIMM5, DIMM7, 0, 0, #endif +}; void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) { -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

