Fix includes for showallroutes.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5346 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
7355c7590b
commit
a4fa5ee88c
|
@ -8,7 +8,7 @@
|
||||||
#include "amdk8_pre_f.h"
|
#include "amdk8_pre_f.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
#ifndef __ROMCC__
|
||||||
void showallroutes(int level, device_t dev);
|
void showallroutes(int level, device_t dev);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -27,12 +27,10 @@
|
||||||
*/
|
*/
|
||||||
#ifndef __PRE_RAM__
|
#ifndef __PRE_RAM__
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <string.h>
|
|
||||||
#include <device/pci.h>
|
#include <device/pci.h>
|
||||||
#include <cpu/amd/amdk8_sysconf.h>
|
|
||||||
#include <device/pci_ops.h>
|
#include <device/pci_ops.h>
|
||||||
#include "amdk8.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
#include "amdk8.h"
|
||||||
|
|
||||||
/* Function 1 */
|
/* Function 1 */
|
||||||
/* the DRAM, MMIO,and PCIIO routing are 64-bit registers, hence the ending at
|
/* the DRAM, MMIO,and PCIIO routing are 64-bit registers, hence the ending at
|
||||||
|
|
Loading…
Reference in New Issue