Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/67343 )
Change subject: configs/config.prodrive_hermes: Fix typo ......................................................................
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 --- M configs/config.prodrive_hermes 1 file changed, 17 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Elyes Haouas: Looks good to me, approved Lean Sheng Tan: Looks good to me, approved
diff --git a/configs/config.prodrive_hermes b/configs/config.prodrive_hermes index 35c617c..ce8d687 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