diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/iwill/dk8_htx/cache_as_ram_auto.c | 11 | ||||
-rw-r--r-- | src/northbridge/amd/amdk8/coherent_ht_car.c | 3 |
2 files changed, 6 insertions, 8 deletions
diff --git a/src/mainboard/iwill/dk8_htx/cache_as_ram_auto.c b/src/mainboard/iwill/dk8_htx/cache_as_ram_auto.c index 933fdf1bc3..733909f6a5 100644 --- a/src/mainboard/iwill/dk8_htx/cache_as_ram_auto.c +++ b/src/mainboard/iwill/dk8_htx/cache_as_ram_auto.c @@ -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" diff --git a/src/northbridge/amd/amdk8/coherent_ht_car.c b/src/northbridge/amd/amdk8/coherent_ht_car.c index b731a89415..55a2a77bd3 100644 --- a/src/northbridge/amd/amdk8/coherent_ht_car.c +++ b/src/northbridge/amd/amdk8/coherent_ht_car.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 |