aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/amd/agesa/family15/northbridge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/amd/agesa/family15/northbridge.c b/src/northbridge/amd/agesa/family15/northbridge.c
index 2ab0e3e62c..1adf714d19 100644
--- a/src/northbridge/amd/agesa/family15/northbridge.c
+++ b/src/northbridge/amd/agesa/family15/northbridge.c
@@ -570,12 +570,12 @@ static void domain_enable_resources(device_t dev)
{
u32 val;
/* Must be called after PCI enumeration and resource allocation */
- printk(BIOS_DEBUG, "\nFam15 - domain_enable_resources: AmdInitMid.\n");
+ printk(BIOS_DEBUG, "\nFam15 - %s: AmdInitMid.\n", __func__);
val = agesawrapper_amdinitmid();
if (val) {
printk(BIOS_DEBUG, "agesawrapper_amdinitmid failed: %x \n", val);
}
- printk(BIOS_DEBUG, " ader - leaving domain_enable_resources.\n");
+ printk(BIOS_DEBUG, " Fam15 - leaving %s.\n", __func__);
}