mb/amd/bettong: Fix typo

Use 'irremovable' over 'unremovable'

Change-Id: Id305dbe56a93740abc49d85d11402d1b63989dad
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37527
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-12-05 17:10:55 +01:00 committed by Patrick Georgi
parent 5f73e220ab
commit 71397fa690
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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.