core: simplify Rom_module and Rom_fs
* replace print_fs with Output::print equivalent * use Avl_tree::for_each instead of own implementation * extend constness Ref #2159
This commit is contained in:
committed by
Christian Helmuth
parent
e1ec39e476
commit
f60cf697d2
@@ -631,7 +631,7 @@ Platform::Platform() :
|
||||
log(":virt_alloc: ", *_core_mem_alloc.virt_alloc());
|
||||
log(":phys_alloc: ", *_core_mem_alloc.phys_alloc());
|
||||
log(":io_mem_alloc: ", _io_mem_alloc);
|
||||
log(":rom_fs: "); _rom_fs.print_fs();
|
||||
log(":rom_fs: ", _rom_fs);
|
||||
}
|
||||
|
||||
/* add capability selector ranges to map */
|
||||
|
||||
Reference in New Issue
Block a user