Skip to content

Commit 717d197

Browse files
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 cac1182 commit 717d197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)