From 246ea6469abdc677b7038285654fd64fc387c5f1 Mon Sep 17 00:00:00 2001 From: Keyon Jie Date: Fri, 23 Jul 2021 13:50:35 +0800 Subject: [PATCH] config: skl: change image_size to the real SRAM size We have 30 bank HP and 2 bank LP SRAM on SKL, change to toml config file to reflect that. Signed-off-by: Keyon Jie --- config/skl.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/skl.toml b/config/skl.toml index f304a1849..7bde4f8c6 100644 --- a/config/skl.toml +++ b/config/skl.toml @@ -3,7 +3,7 @@ version = [1, 5] [adsp] name = "skl" machine_id = 7 -image_size = "0x100000" +image_size = "0x200000" # (30 + 2) bank * 64KB [[adsp.mem_zone]] type = "ROM"