Skip to content

Commit

Permalink
Merge branch 'topic/dmking/18-fix-morello-system-ads-config' into 'ma…
Browse files Browse the repository at this point in the history
…ster'

Fix configuration of embedded runtime for Morello

See merge request eng/toolchain/bb-runtimes!54
  • Loading branch information
damaki committed Nov 10, 2023
2 parents e9241b2 + 2b635b6 commit 6180fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aarch64/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def compiler_switches(self):

@property
def system_ads(self):
return {
result = {
'light': 'system-xi-arm-nxstack-light.ads',
'light-tasking': 'system-xi-arm-nxstack-light-tasking.ads'
}
Expand Down

0 comments on commit 6180fed

Please sign in to comment.