On 06.10.2024 23:49, Daniel P. Smith wrote: > This commit introduces the start and size fields to struct boot_module and > adds > a corresponding bootstrap mapping function, bootstrap_map_bm.
Which then is left with no caller. Misra doesn't like unreachable code. Jan