mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +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
|
void generate_start_node(Xml_generator &xml) const override
|
||||||
{
|
{
|
||||||
xml.node("start", [&] () {
|
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},
|
_ram_quota, Cap_quota{100},
|
||||||
Priority{-1});
|
Priority{-1});
|
||||||
xml.node("route", [&] () {
|
xml.node("route", [&] () {
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TARGET = fb_boot_drv
|
TARGET = boot_fb_drv
|
||||||
LIBS = base blit
|
LIBS = base blit
|
||||||
SRC_CC = main.cc
|
SRC_CC = main.cc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user