diff options
author | Martin Roth <martin.roth@se-eng.com> | 2014-12-16 20:50:26 -0700 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2014-12-17 17:02:53 +0100 |
commit | 3c3a50c3c4144a393b4183d4e57ae9c7c2d8cc53 (patch) | |
tree | c6abb6b3381200615846bc940d2571c68ad4dcc8 /src/southbridge/amd/cimx/sb900/late.c | |
parent | 55e31a9e335943ef26d182ade53103df367e8745 (diff) | |
download | coreboot-3c3a50c3c4144a393b4183d4e57ae9c7c2d8cc53.tar.gz coreboot-3c3a50c3c4144a393b4183d4e57ae9c7c2d8cc53.tar.bz2 coreboot-3c3a50c3c4144a393b4183d4e57ae9c7c2d8cc53.zip |
southbridge/amd agesa & cimx spelling fixes
Trivial fixes, but the editor highlights them, and it's easy to go
through a bunch of files while I'm otherwise idle.
Change-Id: I5d2d4ba098d2a95f7643f000f4b48b3349a8e6cf
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/7839
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/southbridge/amd/cimx/sb900/late.c')
-rw-r--r-- | src/southbridge/amd/cimx/sb900/late.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/cimx/sb900/late.c b/src/southbridge/amd/cimx/sb900/late.c index 00e9a27c1ca9..6f6a5010bb8b 100644 --- a/src/southbridge/amd/cimx/sb900/late.c +++ b/src/southbridge/amd/cimx/sb900/late.c @@ -29,7 +29,7 @@ #include <device/pci_ehci.h> #include <arch/acpi.h> #include "lpc.h" /* lpc_read_resources */ -#include "SbPlatform.h" /* Platfrom Specific Definitions */ +#include "SbPlatform.h" /* Platform Specific Definitions */ #include "chip.h" /* struct southbridge_amd_cimx_sb900_config */ |