sculpt_manager: provide platform_info for boot_fb

Issue #5174
This commit is contained in:
Alexander Boettcher 2024-04-09 21:33:07 +02:00 committed by Christian Helmuth
parent 8875e3b879
commit f59883427f

View File

@ -86,6 +86,7 @@ struct Sculpt::Fb_driver : private Noncopyable
xml.node("route", [&] {
gen_parent_rom_route(xml, "config", "config -> fb_drv");
gen_parent_rom_route(xml, "boot_fb_drv");
gen_parent_rom_route(xml, "platform_info");
gen_parent_route<Io_mem_session>(xml);
gen_capture_route(xml);
gen_common_routes(xml);