diff --git a/src/mainboard/google/storm/mainboard.c b/src/mainboard/google/storm/mainboard.c index 6d6f1c4b51..5d58bc4f72 100644 --- a/src/mainboard/google/storm/mainboard.c +++ b/src/mainboard/google/storm/mainboard.c @@ -137,6 +137,9 @@ void lb_board(struct lb_header *header) dma->size = sizeof(*dma); dma->range_start = (uintptr_t)_dma_coherent; dma->range_size = _dma_coherent_size; + + /* Retrieve the switch interface MAC addressses. */ + lb_table_add_macs_from_vpd(header); } #define FAKE_GPIO_NUM -1