diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2020-05-29 02:48:42 +0200 |
---|---|---|
committer | Michał Żygowski <michal.zygowski@3mdeb.com> | 2020-05-29 12:48:48 +0000 |
commit | 8a017aa394f40e6712f006eda2cdfe647c7a1172 (patch) | |
tree | 2e5eacb1f12bf0da44ade5bd7a0e692e07d4ac68 /src/mainboard/gizmosphere | |
parent | 8952d1c573eddd7a50e9e19f16232e5836b918fa (diff) |
AGESA boards: Fix typo in *OVERRIDES* in comment
Run the command below to fix all occurrences.
git grep -l OVERIDES | xargs sed -i 's/OVERIDES/OVERRIDES/g'
Change-Id: I5ca237500a0ecff59203480ecc3c992991f08130
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41856
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src/mainboard/gizmosphere')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/OemCustomize.c | 2 | ||||
-rw-r--r-- | src/mainboard/gizmosphere/gizmo2/OemCustomize.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/OemCustomize.c b/src/mainboard/gizmosphere/gizmo/OemCustomize.c index 60c060e1dd..a969eea087 100644 --- a/src/mainboard/gizmosphere/gizmo/OemCustomize.c +++ b/src/mainboard/gizmosphere/gizmo/OemCustomize.c @@ -87,7 +87,7 @@ void board_BeforeInitEarly(struct sysinfo *cb, AMD_EARLY_PARAMS *InitEarly) } /*---------------------------------------------------------------------------------------- - * CUSTOMER OVERIDES MEMORY TABLE + * CUSTOMER OVERRIDES MEMORY TABLE *---------------------------------------------------------------------------------------- */ diff --git a/src/mainboard/gizmosphere/gizmo2/OemCustomize.c b/src/mainboard/gizmosphere/gizmo2/OemCustomize.c index 6bdbc2ca07..99cf088c00 100644 --- a/src/mainboard/gizmosphere/gizmo2/OemCustomize.c +++ b/src/mainboard/gizmosphere/gizmo2/OemCustomize.c @@ -92,7 +92,7 @@ void board_BeforeInitEarly(struct sysinfo *cb, AMD_EARLY_PARAMS *InitEarly) } /*---------------------------------------------------------------------------------------- - * CUSTOMER OVERIDES MEMORY TABLE + * CUSTOMER OVERRIDES MEMORY TABLE *---------------------------------------------------------------------------------------- */ |