mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 08:03:59 +00:00
base-sel4: print boot-module names
This commit is contained in:
parent
419da32ee3
commit
6299f4a7df
@ -370,7 +370,8 @@ void Platform::_init_rom_modules()
|
||||
_phys_cnode.copy(initial_cspace, Cnode_index(module_frame_sel + i),
|
||||
Cnode_index(dst_frame + i));
|
||||
|
||||
log("boot module '", header->name, "' (", header->size, " bytes)");
|
||||
log("boot module '", (char const *)header->name, "' "
|
||||
"(", header->size, " bytes)");
|
||||
|
||||
/*
|
||||
* Register ROM module, the base address refers to location of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user