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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/daisy/mainboard.c b/src/mainboard/google/daisy/mainboard.c
index 0adadb6649..8a252b1a19 100644
--- a/src/mainboard/google/daisy/mainboard.c
+++ b/src/mainboard/google/daisy/mainboard.c
@@ -334,7 +334,6 @@ static void mainboard_enable(device_t dev)
mmu_config_range(DRAM_START, DRAM_SIZE, DCACHE_WRITEBACK);
mmu_config_range(DMA_START >> 20, DMA_SIZE >> 20, DCACHE_OFF);
mmu_config_range(DRAM_END, 4096 - DRAM_END, DCACHE_OFF);
- dcache_invalidate_all();
dcache_mmu_enable();
const unsigned epll_hz = 192000000;