Trivial fix: fix include name for macros.h

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@719 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2008-08-04 00:39:28 +00:00
parent 84c313733d
commit 24d5ad5466
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
/* Init code - Switch CPU to protected mode and enable Cache-as-Ram (CAR). */
#include "../macros.h"
#include <macros.h>
#include <amd_geodelx.h>
.code16

View file

@ -24,7 +24,7 @@
# init code - switch cpu to pmode and enable cache as ram.
#include "macros.h"
#include <macros.h>
#define ROM_CODE_SEG 0x08
#define ROM_DATA_SEG 0x10