mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
50403f09b2
commit
1f7f46b442
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue