drop some more unneeded ../../..
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5854 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
d6924e820f
commit
ef077f2394
|
@ -28,7 +28,7 @@
|
|||
#include <pc80/mc146818rtc.h>
|
||||
#include <cpu/x86/lapic.h>
|
||||
|
||||
#include "../../../northbridge/amd/amdfam10/amdfam10.h"
|
||||
#include "northbridge/amd/amdfam10/amdfam10.h"
|
||||
|
||||
#include <cpu/amd/model_10xxx_rev.h>
|
||||
#include <cpu/cpu.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
* Copyright 2005 AMD
|
||||
* 2005.08 yhlu add microcode support
|
||||
*/
|
||||
*/
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/amd/mtrr.h>
|
||||
|
@ -18,7 +18,7 @@
|
|||
#include <pc80/mc146818rtc.h>
|
||||
#include <cpu/x86/lapic.h>
|
||||
|
||||
#include "../../../northbridge/amd/amdk8/amdk8.h"
|
||||
#include "northbridge/amd/amdk8/amdk8.h"
|
||||
|
||||
#include <cpu/amd/model_fxx_rev.h>
|
||||
#include <cpu/amd/microcode.h>
|
||||
|
|
Loading…
Reference in New Issue