From 580e4d674e06eb6d515d1479c082b46709ab743f Mon Sep 17 00:00:00 2001 From: Rander Wang Date: Tue, 20 Jul 2021 13:36:04 +0800 Subject: [PATCH] config: tgl-cavs: change image_size to the real SRAM size Apply "config: tgl: change image_size to the real SRAM size" (9e50a02f1b) to tgl-cavs Signed-off-by: Rander Wang --- config/tgl-cavs.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tgl-cavs.toml b/config/tgl-cavs.toml index 057fa6038..8f5316fbb 100644 --- a/config/tgl-cavs.toml +++ b/config/tgl-cavs.toml @@ -3,7 +3,7 @@ version = [2, 5] [adsp] name = "tgl" machine_id = 10 -image_size = "0x100000" +image_size = "0x2F0000" [[adsp.mem_zone]] type = "ROM"