Skip to content

Commit

Permalink
sof_ri_info: fix imr size for cnl
Browse files Browse the repository at this point in the history
Fix the typo for 8MB imr size.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
  • Loading branch information
yongzhi1 authored and kv2019i committed Jan 17, 2024
1 parent 0a3b816 commit 40f6de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sof_ri_info/sof_ri_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ def dump_info(self):

CNL_MEMORY_SPACE = DspMemory('Intel Cannonlake',
[
DspMemorySegment('imr', 0xb0000000, 8*0x1024*0x1024),
DspMemorySegment('imr', 0xb0000000, 8*1024*1024),
DspMemorySegment('l2 hpsram', 0xbe000000, 48*64*1024),
DspMemorySegment('l2 lpsram', 0xbe800000, 1*64*1024)
])
Expand Down

0 comments on commit 40f6de5

Please sign in to comment.