* repository service <[email protected]> [101213 20:59]: > Modified: trunk/src/northbridge/intel/i945/raminit.c > ============================================================================== > --- trunk/src/northbridge/intel/i945/raminit.c Mon Dec 13 20:53:58 > 2010 (r6172) > +++ trunk/src/northbridge/intel/i945/raminit.c Mon Dec 13 20:59:13 > 2010 (r6173) > @@ -26,6 +26,11 @@ > #include <arch/romcc_io.h> > #include "raminit.h" > #include "i945.h" > +#include <cbmem.h> > + > +struct cbmem_entry *get_cbmem_toc(void) { > + return (struct cbmem_entry *)(get_top_of_ram() - HIGH_MEMORY_SIZE); > +} > > /* Debugging macros. */ > #if CONFIG_DEBUG_RAM_SETUP >
Rudolf, please put the curly brackets of functions on the next line. Stefan -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

