diff options
Diffstat (limited to 'src/mainboard/google/storm')
-rw-r--r-- | src/mainboard/google/storm/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/storm/mainboard.c b/src/mainboard/google/storm/mainboard.c index 3c1477d0b5..df01c4f63c 100644 --- a/src/mainboard/google/storm/mainboard.c +++ b/src/mainboard/google/storm/mainboard.c @@ -125,7 +125,7 @@ void lb_board(struct lb_header *header) dma->range_size = _dma_coherent_size; #if IS_ENABLED(CONFIG_CHROMEOS) - /* Retrieve the switch interface MAC addressses. */ + /* Retrieve the switch interface MAC addresses. */ lb_table_add_macs_from_vpd(header); #endif } |