mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
2f5d7b66a9
commit
935c99a3a9
2 changed files with 2 additions and 1 deletions
|
@ -20,9 +20,9 @@
|
||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
#include <lib.h>
|
#include <lib.h>
|
||||||
#include <msr.h>
|
|
||||||
#include <amd_geodelx.h>
|
#include <amd_geodelx.h>
|
||||||
#include <console.h>
|
#include <console.h>
|
||||||
|
#include <msr.h>
|
||||||
|
|
||||||
static const struct msrinit msr_table[] = {
|
static const struct msrinit msr_table[] = {
|
||||||
/* Setup access to cache under 1MB. */
|
/* Setup access to cache under 1MB. */
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
|
#include <console.h>
|
||||||
#include <msr.h>
|
#include <msr.h>
|
||||||
#include <lib.h>
|
#include <lib.h>
|
||||||
#include <amd_geodelx.h>
|
#include <amd_geodelx.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue