From 71397fa690449f7810f22019513ee85236471225 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 5 Dec 2019 17:10:55 +0100 Subject: mb/amd/bettong: Fix typo Use 'irremovable' over 'unremovable' Change-Id: Id305dbe56a93740abc49d85d11402d1b63989dad Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/37527 Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/amd/bettong/BiosCallOuts.c | 2 +- src/mainboard/amd/bettong/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/amd') diff --git a/src/mainboard/amd/bettong/BiosCallOuts.c b/src/mainboard/amd/bettong/BiosCallOuts.c index a6f424eff1..22a8403119 100644 --- a/src/mainboard/amd/bettong/BiosCallOuts.c +++ b/src/mainboard/amd/bettong/BiosCallOuts.c @@ -100,7 +100,7 @@ AGESA_STATUS Fch_Oem_config(UINT32 Func, UINTN FchData, VOID *ConfigPtr) FchParams_env->Usb.Xhci0Enable = FALSE; FchParams_env->Usb.Xhci1Enable = FALSE; - FchParams_env->Usb.USB30PortInit = 8; /* 8: If USB3 port is unremoveable. */ + FchParams_env->Usb.USB30PortInit = 8; /* 8: If USB3 port is irremovable. */ /* sata configuration */ /* SD configuration */ diff --git a/src/mainboard/amd/bettong/README b/src/mainboard/amd/bettong/README index d834af423a..631cf0f0ef 100644 --- a/src/mainboard/amd/bettong/README +++ b/src/mainboard/amd/bettong/README @@ -21,5 +21,5 @@ Changes from last version: 10. Fix the PCIe lane map. 11. Lower the TOM to give more MMIO space. 12. Add USB device. -13. Set the USB3 port as unremoveable. +13. Set the USB3 port as irremovable. 14. Update AGESA to CarrizoPI 1.1.0.1. -- cgit v1.2.3