diff options
Diffstat (limited to 'src/soc/intel/baytrail/southcluster.c')
-rw-r--r-- | src/soc/intel/baytrail/southcluster.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/baytrail/southcluster.c b/src/soc/intel/baytrail/southcluster.c index 500a13d1e2..5274b034f2 100644 --- a/src/soc/intel/baytrail/southcluster.c +++ b/src/soc/intel/baytrail/southcluster.c @@ -158,7 +158,7 @@ static void com1_configure_resume(device_t dev) { const uint16_t port = 0x3f8; - /* Is the UART I/O port eanbled? */ + /* Is the UART I/O port enabled? */ if (!(pci_read_config32(dev, UART_CONT) & 1)) return; @@ -223,7 +223,7 @@ static void sc_init(device_t dev) * Common code for the south cluster devices. */ -/* Set bit in function disble register to hide this device. */ +/* Set bit in function disable register to hide this device. */ static void sc_disable_devfn(device_t dev) { const unsigned long func_dis = PMC_BASE_ADDRESS + FUNC_DIS; |