diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-12-11 17:53:07 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-18 13:24:28 +0000 |
commit | 45e6c82e682fcfa7155f0e0193bf4c666b1d6466 (patch) | |
tree | 271637254114b391f7ed94c536aa15eec9fc0f4c /src/southbridge | |
parent | 7ccb2821d27624d97e9728629bf675242d4966d8 (diff) |
Fix typos involving "the the"
Change-Id: I179264ee6681a7ba4488b9f1c6bce1a19b4e1772
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/c/30160
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/Kconfig | 2 | ||||
-rw-r--r-- | src/southbridge/amd/pi/hudson/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index 8b775c79fb..b80f73462f 100644 --- a/src/southbridge/amd/agesa/hudson/Kconfig +++ b/src/southbridge/amd/agesa/hudson/Kconfig @@ -46,7 +46,7 @@ config HUDSON_XHCI_ENABLE The XHCI controller must be enabled and the XHCI firmware must be added in order to have USB 3.0 support configured by coreboot. The OS will be responsible for enabling the XHCI - controller if the the XHCI firmware is available but the + controller if the XHCI firmware is available but the XHCI controller is not enabled by coreboot. config HUDSON_XHCI_FWM diff --git a/src/southbridge/amd/pi/hudson/Kconfig b/src/southbridge/amd/pi/hudson/Kconfig index d0e42d92e8..3c70c2ad0a 100644 --- a/src/southbridge/amd/pi/hudson/Kconfig +++ b/src/southbridge/amd/pi/hudson/Kconfig @@ -49,7 +49,7 @@ config HUDSON_XHCI_ENABLE The XHCI controller must be enabled and the XHCI firmware must be added in order to have USB 3.0 support configured by coreboot. The OS will be responsible for enabling the XHCI - controller if the the XHCI firmware is available but the + controller if the XHCI firmware is available but the XHCI controller is not enabled by coreboot. config HUDSON_XHCI_FWM |