Skip to content

Commit 08b4e34

Browse files
author
deepikabhavnani
committed
Fix build and typo issues with M33 build
1 parent 7bdfc07 commit 08b4e34

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tools/toolchains/arm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ class ARMC6(ARM_STD):
361361
SUPPORTED_CORES = ["Cortex-M0", "Cortex-M0+", "Cortex-M3", "Cortex-M4",
362362
"Cortex-M4F", "Cortex-M7", "Cortex-M7F", "Cortex-M7FD",
363363
"Cortex-M23", "Cortex-M23-NS", "Cortex-M33",
364-
"CortexM33-NS", "Cortex-A9"]
364+
"Cortex-M33-NS", "Cortex-A9"]
365365
ARMCC_RANGE = (LooseVersion("6.10"), LooseVersion("7.0"))
366366

367367
@staticmethod

tools/toolchains/gcc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ def link(self, output, objects, libraries, lib_dirs, mem_map):
256256
# Exec command
257257
self.notify.cc_verbose("Link: %s" % ' '.join(cmd))
258258
self.default_cmd(cmd)
259-
if self.target.core == "Cortex-M23" or self.target.core == "Cortex-M33":
260-
self.notify.info("Secure Library Object %s" %secure_file)
261259

262260
@hook_tool
263261
def archive(self, objects, lib_path):

0 commit comments

Comments
 (0)