aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/daisy/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/daisy/mainboard.c')
-rw-r--r--src/mainboard/google/daisy/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/daisy/mainboard.c b/src/mainboard/google/daisy/mainboard.c
index e812189923..46939b70e9 100644
--- a/src/mainboard/google/daisy/mainboard.c
+++ b/src/mainboard/google/daisy/mainboard.c
@@ -350,7 +350,7 @@ void lb_board(struct lb_header *header)
struct lb_range *dma;
dma = (struct lb_range *)lb_new_record(header);
- dma->tag = LB_TAB_DMA;
+ dma->tag = LB_TAG_DMA;
dma->size = sizeof(*dma);
dma->range_start = (uintptr_t)_dma_coherent;
dma->range_size = REGION_SIZE(dma_coherent);