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:
parent
d7e5008bdf
commit
25819d357b
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue