mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
Rename fb_boot_drv to boot_fb_drv
to be consistent with the naming of the other drivers.
This commit is contained in:
parent
9662d89cfb
commit
78047b5bd8
@ -186,7 +186,7 @@ struct Driver_manager::Boot_fb_driver : Device_driver
|
||||
void generate_start_node(Xml_generator &xml) const override
|
||||
{
|
||||
xml.node("start", [&] () {
|
||||
_gen_common_start_node_content(xml, "fb_boot_drv", "fb_boot_drv",
|
||||
_gen_common_start_node_content(xml, "boot_fb_drv", "boot_fb_drv",
|
||||
_ram_quota, Cap_quota{100},
|
||||
Priority{-1});
|
||||
xml.node("route", [&] () {
|
||||
|
@ -1,3 +1,3 @@
|
||||
TARGET = fb_boot_drv
|
||||
TARGET = boot_fb_drv
|
||||
LIBS = base blit
|
||||
SRC_CC = main.cc
|
||||
|
Loading…
Reference in New Issue
Block a user