Rename fb_boot_drv to boot_fb_drv

to be consistent with the naming of the other drivers.
This commit is contained in:
Norman Feske 2020-08-12 17:14:26 +02:00
parent 9662d89cfb
commit 78047b5bd8
2 changed files with 2 additions and 2 deletions

View File

@ -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", [&] () {

View File

@ -1,3 +1,3 @@
TARGET = fb_boot_drv
TARGET = boot_fb_drv
LIBS = base blit
SRC_CC = main.cc