From bd1958bbbe9fdba95e555aabdbe4158363ffd9dd Mon Sep 17 00:00:00 2001 From: Jiaqi Gao Date: Sat, 7 Sep 2024 09:48:30 -0400 Subject: [PATCH] config: adjust size of `Payload` To accommodate the growing debug image size. Signed-off-by: Jiaqi Gao --- config/image_layout.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/image_layout.json b/config/image_layout.json index 5057b05c..20747ba7 100644 --- a/config/image_layout.json +++ b/config/image_layout.json @@ -4,7 +4,7 @@ "TempStack": "0x010000", "TempHeap": "0x010000", "Metadata": "0x001000", - "Payload": "0xF56000", - "Ipl": "0x60000", + "Payload": "0xF66000", + "Ipl": "0x50000", "ResetVector": "0x008000" } \ No newline at end of file