Skip to content

Commit 1fc27e2

Browse files
committed
oops cleanup comment
1 parent e64870d commit 1fc27e2

File tree

1 file changed

+2
-3
lines changed
  • openhcl/openhcl_boot/src/host_params/dt

1 file changed

+2
-3
lines changed

openhcl/openhcl_boot/src/host_params/dt/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ struct PartitionTopology {
375375
memory_allocation_mode: MemoryAllocationMode,
376376
}
377377

378+
/// Read topology from the host provided device tree.
378379
fn topology_from_host_dt(
379380
params: &ShimParams,
380381
parsed: &ParsedDt,
@@ -542,9 +543,7 @@ fn topology_from_host_dt(
542543
})
543544
}
544545

545-
// FIXME: seems like maybe we could take the host provided, merge in the pool
546-
// region (since that's the only thing we really care about that doesn't get
547-
// overwritten), then instead verify what we got matches what the host reported?
546+
/// Read topology from the persisted state region and protobuf payload.
548547
fn topology_from_persisted_state(
549548
header: PersistedStateHeader,
550549
params: &ShimParams,

0 commit comments

Comments
 (0)