Do not mark soc ranges as device memory

This commit is contained in:
Jeremy Soller
2025-09-23 10:31:34 -06:00
parent 5dc6f7c3ba
commit 6ce2101cf4
+2 -1
View File
@@ -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