aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-11-21 13:30:18 +1100
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-11-22 15:37:52 +0100
commit25819d357b64413c37f8e42a072e0221291eca7f (patch)
tree75ae1d5470dbea391f6e86f7204b65d70f5de8d7 /src/cpu
parentd7e5008bdfc15386333d7d6b82e69cc50e99b39b (diff)
cpu/amd/agesa/family1{0,2}: Fix init introduction printf output
Presumably this output made sense when the code was first being developed. Change-Id: I3380d6996838a9405b324d57ec449830ed88a99a Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7544 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/amd/agesa/family10/model_10_init.c2
-rw-r--r--src/cpu/amd/agesa/family12/model_12_init.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/amd/agesa/family10/model_10_init.c b/src/cpu/amd/agesa/family10/model_10_init.c
index 3c8c7df0de..076cad6c9c 100644
--- a/src/cpu/amd/agesa/family10/model_10_init.c
+++ b/src/cpu/amd/agesa/family10/model_10_init.c
@@ -36,7 +36,7 @@
static void model_10_init(device_t dev)
{
- printk(BIOS_DEBUG, "Model 10 Init - a no-op.\n");
+ printk(BIOS_DEBUG, "Model 10 Init.\n");
u8 i;
msr_t msr;
diff --git a/src/cpu/amd/agesa/family12/model_12_init.c b/src/cpu/amd/agesa/family12/model_12_init.c
index e2ae7b77ad..0b65662714 100644
--- a/src/cpu/amd/agesa/family12/model_12_init.c
+++ b/src/cpu/amd/agesa/family12/model_12_init.c
@@ -37,7 +37,7 @@
static void model_12_init(device_t dev)
{
- printk(BIOS_DEBUG, "Model 12 Init - a no-op.\n");
+ printk(BIOS_DEBUG, "Model 12 Init.\n");
u8 i;
msr_t msr;