superio/serverengines/pilot: Fix typo
Change-Id: Ic7cd93150252b2e5235c82c8c63540059b68d22b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37508 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
36c6f95602
commit
e46a41542b
|
@ -22,7 +22,7 @@
|
|||
#include <device/pnp.h>
|
||||
#include "pilot.h"
|
||||
|
||||
/* Pilot uses 0x5A/0xA5 pattern to actiavte deactivate config access. */
|
||||
/* Pilot uses 0x5A/0xA5 pattern to activate deactivate config access. */
|
||||
void pnp_enter_ext_func_mode(pnp_devfn_t dev)
|
||||
{
|
||||
u16 port = dev >> 8;
|
||||
|
|
Loading…
Reference in New Issue