From 9e50a02f1b0dabd2225a791d63bd48cd61feb3c6 Mon Sep 17 00:00:00 2001 From: Keyon Jie Date: Fri, 2 Jul 2021 13:37:31 +0800 Subject: [PATCH] config: tgl: change image_size to the real SRAM size We have 46 bank HP and 1 bank LP SRAM on TGL, change to toml config file to reflect that. Signed-off-by: Keyon Jie --- config/tgl.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tgl.toml b/config/tgl.toml index 57a1e13f4..a095b33c5 100644 --- a/config/tgl.toml +++ b/config/tgl.toml @@ -3,7 +3,7 @@ version = [2, 5] [adsp] name = "tgl" machine_id = 10 -image_size = "0x100000" +image_size = "0x2F0000" # (46 + 1) bank * 64KB [[adsp.mem_zone]] type = "ROM"