diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-05 17:10:55 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-18 10:56:22 +0000 |
commit | 71397fa690449f7810f22019513ee85236471225 (patch) | |
tree | 8d2cc4c4af1dcb89beaa7d1b1f26cabab0dff7a4 /src/mainboard/amd/bettong/README | |
parent | 5f73e220abcb56f11664de6c77ad50b9dff3023a (diff) |
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>
Diffstat (limited to 'src/mainboard/amd/bettong/README')
-rw-r--r-- | src/mainboard/amd/bettong/README | 2 |
1 files changed, 1 insertions, 1 deletions
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. |