Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild.
Comment out code which currently doesn't compile. Needs fixing later. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2614 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -54,11 +54,12 @@
|
||||
|
||||
#if CONFIG_USE_INIT == 0
|
||||
#include "lib/memcpy.c"
|
||||
#if CONFIG_USE_PRINTK_IN_CAR == 1
|
||||
#include "lib/uart8250.c"
|
||||
#include "console/vtxprintf.c"
|
||||
#include "arch/i386/lib/printk_init.c"
|
||||
#endif
|
||||
// TODO: This doesn't compile at the moment. Fix later.
|
||||
// #if CONFIG_USE_PRINTK_IN_CAR == 1
|
||||
// #include "lib/uart8250.c"
|
||||
// #include "console/vtxprintf.c"
|
||||
// #include "arch/i386/lib/printk_init.c"
|
||||
// #endif
|
||||
#endif
|
||||
#include "northbridge/amd/amdk8/debug.c"
|
||||
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
||||
|
@ -78,9 +78,6 @@
|
||||
|
||||
#define DEFAULT 0x00010101 /* default row entry */
|
||||
|
||||
typedef uint8_t u8;
|
||||
typedef uint32_t u32;
|
||||
|
||||
#ifndef CROSS_BAR_47_56
|
||||
#define CROSS_BAR_47_56 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user