mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
sculpt_manager: increase Rom_name size
The current value of 32 is too short for accessing the iwlwifi 9000 ucode ROM. Issue #3556.
This commit is contained in:
parent
ce1b813105
commit
2afc02051c
@ -37,7 +37,7 @@ namespace Sculpt {
|
||||
|
||||
using namespace Genode;
|
||||
|
||||
typedef String<32> Rom_name;
|
||||
typedef String<64> Rom_name;
|
||||
typedef String<128> Path;
|
||||
typedef String<36> Start_name;
|
||||
typedef String<64> Label;
|
||||
|
Loading…
x
Reference in New Issue
Block a user