Store device's names and add more startup messages
This commit is contained in:
@ -92,6 +92,7 @@ int pl111_init_dev(struct fb *f, unsigned int color_depth) {
|
||||
}
|
||||
|
||||
struct fb_dev pl111_dev = {
|
||||
.name = "pl111",
|
||||
.init = &pl111_init_dev
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user