diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-11 21:45:22 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-04-11 11:21:42 +0000 |
commit | 5de93e9011c66d91adc1bd176a7cdcd2ab32a47c (patch) | |
tree | 3d3a180a507e6104b6a2db1c4131b4beb7a6f212 /src | |
parent | d18a0cbfc1704c7ec854c0a1cedf0f245517631e (diff) |
nb/amd/amdfam10/util.c: Use "CONFIG" only when appropriate
Change-Id: Idcdbbfa883c906db1ebb8d9bc7c9e277e7c0c949
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31848
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/amd/amdfam10/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdfam10/util.c b/src/northbridge/amd/amdfam10/util.c index 20e5910ef6..39c2bfb4b2 100644 --- a/src/northbridge/amd/amdfam10/util.c +++ b/src/northbridge/amd/amdfam10/util.c @@ -128,7 +128,7 @@ static void showdram(int level, u8 which, u32 base, u32 lim) static void showconfig(int level, u8 which, u32 reg) { /* Don't use r_node() and r_link() here. */ - printk(level, "CONFIG(%02x)%02x-%02x ->(%d,%d),%s %s (%s numbers)\n", + printk(level, "Config(%02x)%02x-%02x ->(%d,%d),%s %s (%s numbers)\n", which, BITS(reg, 16, 0xff), BITS(reg, 24, 0xff), BITS(reg, 4, 0x7), BITS(reg, 8, 0x3), re(reg), we(reg), |