aboutsummaryrefslogtreecommitdiff
path: root/bbl/bbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'bbl/bbl.c')
-rw-r--r--bbl/bbl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bbl/bbl.c b/bbl/bbl.c
index 8e29801..3b92fc1 100644
--- a/bbl/bbl.c
+++ b/bbl/bbl.c
@@ -41,13 +41,11 @@ static void filter_dtb(uintptr_t source)
uint32_t size = fdt_size(source);
memcpy((void*)dest, (void*)source, size);
-#ifndef MACHINE_DTS
// Remove information from the chained FDT
filter_harts(dest, &disabled_hart_mask);
filter_plic(dest);
filter_compat(dest, "riscv,clint0");
filter_compat(dest, "riscv,debug-013");
-#endif
}
static void protect_memory(void)