summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/veyron_emile/mainboard.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/veyron_emile/mainboard.c b/src/mainboard/google/veyron_emile/mainboard.c
index 3a5513b1b7..87a7d7cd30 100644
--- a/src/mainboard/google/veyron_emile/mainboard.c
+++ b/src/mainboard/google/veyron_emile/mainboard.c
@@ -139,6 +139,11 @@ void lb_board(struct lb_header *header)
dma->size = sizeof(*dma);
dma->range_start = (uintptr_t)_dma_coherent;
dma->range_size = _dma_coherent_size;
+
+ if (IS_ENABLED(CONFIG_CHROMEOS)) {
+ /* Retrieve the MAC addr which would pass to DTS. */
+ lb_table_add_macs_from_vpd(header);
+ }
}
void mainboard_power_on_backlight(void)