aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/phb3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/phb3.c b/hw/phb3.c
index a1b78b1..fc0b6d8 100644
--- a/hw/phb3.c
+++ b/hw/phb3.c
@@ -2570,7 +2570,7 @@ static int64_t phb3_get_diag_data(struct phb *phb,
static uint64_t capp_fsp_lid_load(struct phb3 *p)
{
#define CAPP_UCODE_MURANO_21 0x80a02001
-#define CAPP_UCODE_MAX_SIZE 0x4000
+#define CAPP_UCODE_MAX_SIZE 0x20000
uint32_t lid_no;
void *data;
size_t size;