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/asus/am1i-a/OemCustomize.c | |
parent | 8952d1c573eddd7a50e9e19f16232e5836b918fa (diff) | |
download | coreboot-8a017aa394f40e6712f006eda2cdfe647c7a1172.tar.xz |
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/asus/am1i-a/OemCustomize.c')
-rw-r--r-- | src/mainboard/asus/am1i-a/OemCustomize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/am1i-a/OemCustomize.c b/src/mainboard/asus/am1i-a/OemCustomize.c index 3d809cf046..6590883353 100644 --- a/src/mainboard/asus/am1i-a/OemCustomize.c +++ b/src/mainboard/asus/am1i-a/OemCustomize.c @@ -103,7 +103,7 @@ void board_BeforeInitEarly(struct sysinfo *cb, AMD_EARLY_PARAMS *InitEarly) } /*---------------------------------------------------------------------------------------- - * CUSTOMER OVERIDES MEMORY TABLE + * CUSTOMER OVERRIDES MEMORY TABLE *---------------------------------------------------------------------------------------- */ |