summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx/raminit.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-20 15:49:59 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-20 15:49:59 +0000
commitb9aea8933c754295436d58027b5b43065bd59c90 (patch)
tree4d271a90c29c14b68c4e863416d798284d3b66fb /src/northbridge/amd/lx/raminit.c
parent169dc7e5ac948ccaecadcfd243551f4247df866d (diff)
downloadcoreboot-b9aea8933c754295436d58027b5b43065bd59c90.tar.xz
cosmetics.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5461 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/lx/raminit.c')
-rw-r--r--src/northbridge/amd/lx/raminit.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/northbridge/amd/lx/raminit.c b/src/northbridge/amd/lx/raminit.c
index bf7a817c80..75d77f0305 100644
--- a/src/northbridge/amd/lx/raminit.c
+++ b/src/northbridge/amd/lx/raminit.c
@@ -29,10 +29,7 @@ static const unsigned char NumColAddr[] = {
static void banner(const char *s)
{
- /* This is so ugly. */
- print_debug("===========================");
- print_debug(s);
- print_debug("======================================\n");
+ printk(BIOS_DEBUG, " * %s\n", s);
}
static void hcf(void)
@@ -572,7 +569,7 @@ static void sdram_set_spd_registers(const struct mem_controller *ctrl)
{
uint8_t spd_byte;
- banner("sdram_set_spd_register\n");
+ banner("sdram_set_spd_register");
post_code(POST_MEM_SETUP); // post_70h
spd_byte = spd_read_byte(DIMM0, SPD_MODULE_ATTRIBUTES);