diff --git a/src/dtb/mod.rs b/src/dtb/mod.rs index 464953ed64..b6946b98a0 100644 --- a/src/dtb/mod.rs +++ b/src/dtb/mod.rs @@ -129,11 +129,12 @@ pub fn register_dev_memory_ranges(dt: &Fdt) { chunk.size ); + /*TODO: soc memory may contain all free memory! register_memory_region( chunk.parent_bus_address, chunk.size, BootloaderMemoryKind::Device, - ); + );*/ } // also add all soc-internal devices because they might not be shown in ranges