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:
Josef Söntgen 2019-11-20 10:51:47 +01:00
parent ce1b813105
commit 2afc02051c
No known key found for this signature in database
GPG Key ID: CFCD8B5D2D93D80E
1 changed files with 1 additions and 1 deletions

View File

@ -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;