summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-29 21:56:26 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-29 21:56:26 +0000
commit86b6dba7eaea79c1d9f485396bd6b5ea24088160 (patch)
tree28ca00641922359889a9b6141bc47313918badb9 /src/northbridge/amd/lx
parent8655412673f650839fa659849da6e356895524ae (diff)
downloadcoreboot-86b6dba7eaea79c1d9f485396bd6b5ea24088160.tar.xz
trivial warning cleanups
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5318 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/lx')
-rw-r--r--src/northbridge/amd/lx/raminit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/northbridge/amd/lx/raminit.c b/src/northbridge/amd/lx/raminit.c
index aafcde257a..d22efa61c0 100644
--- a/src/northbridge/amd/lx/raminit.c
+++ b/src/northbridge/amd/lx/raminit.c
@@ -27,8 +27,9 @@ static const unsigned char NumColAddr[] = {
0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F
};
-void banner(const char *s)
+static void banner(const char *s)
{
+ /* This is so ugly. */
print_debug("===========================");
print_debug(s);
print_debug("======================================\r\n");