[coreboot-gerrit] New patch to review for coreboot: 59926d9 AMD boards: Fix typos

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Thu Jun 26 06:57:34 CEST 2014


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6112

-gerrit

commit 59926d98031ea58e5a8b69f1f0c54937ddb9fa9d
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Thu Jun 26 05:30:54 2014 +0300

    AMD boards: Fix typos
    
    Change-Id: If1dc4fd2204a2e4b6f84c75f385b8ff958d2251d
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/mainboard/amd/persimmon/platform_cfg.h          | 2 +-
 src/mainboard/jetway/nf81-t56n-lf/platform_cfg.h    | 2 +-
 src/mainboard/lippert/frontrunner-af/platform_cfg.h | 2 +-
 src/mainboard/lippert/toucan-af/platform_cfg.h      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/amd/persimmon/platform_cfg.h b/src/mainboard/amd/persimmon/platform_cfg.h
index 176c30e..5357370 100644
--- a/src/mainboard/amd/persimmon/platform_cfg.h
+++ b/src/mainboard/amd/persimmon/platform_cfg.h
@@ -240,7 +240,7 @@ static const CODECTBLLIST codec_tablelist[] =
  */
 #define AZALIA_OEM_VERB_TABLE		(&codec_tablelist[0])
 
-/* set up an ACPI prefered power management profile */
+/* set up an ACPI preferred power management profile */
 /*  from acpi.h
  *	PM_UNSPECIFIED          = 0,
  *	PM_DESKTOP              = 1,
diff --git a/src/mainboard/jetway/nf81-t56n-lf/platform_cfg.h b/src/mainboard/jetway/nf81-t56n-lf/platform_cfg.h
index be6ddd0..bbd1d14 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/platform_cfg.h
+++ b/src/mainboard/jetway/nf81-t56n-lf/platform_cfg.h
@@ -243,7 +243,7 @@ static const CODECTBLLIST codec_tablelist[] =
  */
 #define AZALIA_OEM_VERB_TABLE		(&codec_tablelist[0])
 
-/* set up an ACPI prefered power management profile */
+/* set up an ACPI preferred power management profile */
 /*  from acpi.h
  *	PM_UNSPECIFIED          = 0,
  *	PM_DESKTOP              = 1,
diff --git a/src/mainboard/lippert/frontrunner-af/platform_cfg.h b/src/mainboard/lippert/frontrunner-af/platform_cfg.h
index 8693615..03146d0 100644
--- a/src/mainboard/lippert/frontrunner-af/platform_cfg.h
+++ b/src/mainboard/lippert/frontrunner-af/platform_cfg.h
@@ -242,7 +242,7 @@ static const CODECTBLLIST codec_tablelist[] =
  */
 #define AZALIA_OEM_VERB_TABLE		(&codec_tablelist[0])
 
-/* set up an ACPI prefered power management profile */
+/* set up an ACPI preferred power management profile */
 /*  from acpi.h
  *	PM_UNSPECIFIED          = 0,
  *	PM_DESKTOP              = 1,
diff --git a/src/mainboard/lippert/toucan-af/platform_cfg.h b/src/mainboard/lippert/toucan-af/platform_cfg.h
index 20301cd..25b0485 100644
--- a/src/mainboard/lippert/toucan-af/platform_cfg.h
+++ b/src/mainboard/lippert/toucan-af/platform_cfg.h
@@ -242,7 +242,7 @@ static const CODECTBLLIST codec_tablelist[] =
  */
 #define AZALIA_OEM_VERB_TABLE		(&codec_tablelist[0])
 
-/* set up an ACPI prefered power management profile */
+/* set up an ACPI preferred power management profile */
 /*  from acpi.h
  *	PM_UNSPECIFIED          = 0,
  *	PM_DESKTOP              = 1,



More information about the coreboot-gerrit mailing list