diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-14 17:11:47 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-14 17:11:47 +0000 |
commit | 17b60a985b94a6a6cb71fa3b5ed85e09e42e0ea0 (patch) | |
tree | 4cd5cbb2d9185f552d7892c51a1e6f1d7a6b5d99 /src/northbridge/intel | |
parent | f4cc089f1eb4b8b4a31c4aae63990034f49c5a97 (diff) |
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
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/e7501/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/e7501/debug.c b/src/northbridge/intel/e7501/debug.c index e5d3ac8741..1df2ed3d9c 100644 --- a/src/northbridge/intel/e7501/debug.c +++ b/src/northbridge/intel/e7501/debug.c @@ -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: "); |