minor include stuff.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Marc Jones <marc.jones@amd.com>

Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@701 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2008-08-01 16:59:09 +00:00
parent 2f5d7b66a9
commit 935c99a3a9
2 changed files with 2 additions and 1 deletions

View file

@ -20,9 +20,9 @@
#include <types.h>
#include <lib.h>
#include <msr.h>
#include <amd_geodelx.h>
#include <console.h>
#include <msr.h>
static const struct msrinit msr_table[] = {
/* Setup access to cache under 1MB. */

View file

@ -18,6 +18,7 @@
*/
#include <types.h>
#include <console.h>
#include <msr.h>
#include <lib.h>
#include <amd_geodelx.h>