diff options
author | Angel Pons <th3fanbus@gmail.com> | 2022-09-05 14:55:18 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-09-06 17:56:35 +0000 |
commit | 8dfb0f911176f82964d96be527d3e7a767815cec (patch) | |
tree | cf3c0b89a328a5d47cf53262dd90fbbcb03c160c | |
parent | a53772c5d6d0a25799938cc6f9999e1163e70996 (diff) |
configs/config.prodrive_hermes: Fix typo
Remove extra 'o' in "Tech*o*nologies".
Change-Id: Icf24e00fb895a670ea798f64a79035d858ec0d4f
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67343
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
-rw-r--r-- | configs/config.prodrive_hermes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/config.prodrive_hermes b/configs/config.prodrive_hermes index 35c617c510..ce8d687790 100644 --- a/configs/config.prodrive_hermes +++ b/configs/config.prodrive_hermes @@ -1,7 +1,7 @@ # Settings used by Prodrive to build coreboot for the Hermes CONFIG_VENDOR_PRODRIVE=y CONFIG_BOARD_PRODRIVE_HERMES=y -CONFIG_MAINBOARD_SMBIOS_MANUFACTURER="Prodrive Techonologies B.V." +CONFIG_MAINBOARD_SMBIOS_MANUFACTURER="Prodrive Technologies B.V." CONFIG_POST_IO=y CONFIG_USE_LEGACY_8254_TIMER=y CONFIG_HERMES_USES_SPS_FIRMWARE=y |