mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user