Skip to content

Commit 2a322f5

Browse files
LaurentiuM1234lgirdwood
authored andcommitted
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 <laurentiu.mihalcea@nxp.com>
1 parent 25f704a commit 2a322f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/rimage/config/imx95.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = [1, 0]
44
name = "imx95"
55

66
[[adsp.mem_zone]]
7-
type = "DRAM"
7+
type = "SRAM"
88
base = "0x80000000"
99
size = "0x100000"

0 commit comments

Comments
 (0)