aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/iwill/dk8_htx/cache_as_ram_auto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/iwill/dk8_htx/cache_as_ram_auto.c')
-rw-r--r--src/mainboard/iwill/dk8_htx/cache_as_ram_auto.c11
1 files changed, 6 insertions, 5 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"