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