Skip to content

Commit c947fed

Browse files
authored
Arm backend: Fix memory mode for Ethos-U85 (#7416)
This fix a minor typo that made run.sh not work for Ethos-U85 if no --memory_mode was specified. Signed-off-by: Zingo Andersen <[email protected]>
1 parent 5190106 commit c947fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/arm/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ then
114114
memory_mode="Shared_Sram"
115115
if [[ ${target} =~ "ethos-u85" ]]
116116
then
117-
system_config="Sram_Only"
117+
memory_mode="Sram_Only"
118118
fi
119119
fi
120120

0 commit comments

Comments
 (0)