From 717d197adb87bf3ffb56c46c3e0028dbb98ab387 Mon Sep 17 00:00:00 2001 From: Laurentiu Mihalcea Date: Wed, 5 Feb 2025 17:28:41 +0200 Subject: [PATCH] rimage: configs: imx95: use SRAM instead of DRAM For imx95, the firmware is meant to be put in SRAM instead of the DRAM. Fix this. Signed-off-by: Laurentiu Mihalcea --- tools/rimage/config/imx95.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rimage/config/imx95.toml b/tools/rimage/config/imx95.toml index 69e6811be3bc..2aa395b53956 100644 --- a/tools/rimage/config/imx95.toml +++ b/tools/rimage/config/imx95.toml @@ -4,6 +4,6 @@ version = [1, 0] name = "imx95" [[adsp.mem_zone]] -type = "DRAM" +type = "SRAM" base = "0x80000000" size = "0x100000"