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>
This commit is contained in:
Edward O'Callaghan 2014-11-21 13:30:18 +11:00
parent d7e5008bdf
commit 25819d357b
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
static void model_10_init(device_t dev) 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; u8 i;
msr_t msr; msr_t msr;

View File

@ -37,7 +37,7 @@
static void model_12_init(device_t dev) 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; u8 i;
msr_t msr; msr_t msr;