With this change, we actually can start compiling. It's quite amazing just how

much of this builds. 

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@995 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2008-11-12 00:51:25 +00:00
parent 50403f09b2
commit 1f7f46b442

View file

@ -39,6 +39,10 @@
#include <via_c7.h>
#endif
#ifdef CONFIG_CPU_INTEL_CORE2
#include <northbridge/intel/i945/raminit.h>
#endif
/*
* struct global_vars is managed entirely from C code. Keep in mind that there
* is NO buffer at the end of the struct, so having zero-sized arrays at the