base-hw: don't show ROM modules at boot time

On complex scenarios like Sculpt on the phone, this change noticeably
reduces the boot time.

Issue #4705
This commit is contained in:
Norman Feske 2022-09-28 17:04:50 +02:00 committed by Christian Helmuth
parent c665f4e51d
commit 0e311845bf

View File

@ -292,8 +292,6 @@ Platform::Platform()
Idle_thread_trace_source(
Trace::sources(), Affinity::Location(cpu_idx, 0));
}
log(_rom_fs);
}