drop setup_ics code that was blatantly copied from cx700 and

was mainboard specific and unused there already.

some more minor warning fixes.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5433 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2010-04-14 17:11:47 +00:00
committed by Stefan Reinauer
parent f4cc089f1e
commit 17b60a985b
6 changed files with 12 additions and 81 deletions

View File

@ -140,7 +140,7 @@ static void dump_spd_registers(const struct mem_controller *ctrl)
int j;
#if CONFIG_USE_PRINTK_IN_CAR
printk(BIOS_DEBUG, "dimm: %02x.1: %02x", i, device);
#else`
#else
print_debug("dimm: ");
print_debug_hex8(i);
print_debug(".1: ");