launchpad: add Gpu to service list

Issue #2507.
This commit is contained in:
Josef Söntgen 2017-08-09 11:22:05 +02:00 committed by Christian Helmuth
parent 830f6934f9
commit 1ac7b034ba
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Launchpad::Launchpad(Env &env, unsigned long initial_quota)
"RM", "PD", "CPU", "IO_MEM", "IO_PORT", "IRQ", "ROM", "LOG",
/* services expected to got started by init */
"Nitpicker", "Init", "Timer", "Block", "Nic", "Rtc",
"Nitpicker", "Init", "Timer", "Block", "Nic", "Rtc", "Gpu",
0 /* null-termination */
};