summaryrefslogtreecommitdiff
path: root/source/application/hal/platforms/bare-metal/utils
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-19 10:30:06 +0100
committerKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-19 10:47:59 +0100
commit659fcd951ac18d1ee7737a6ddf6a3ec162c73ca5 (patch)
tree091232857b7ce8a52a7656424db4e4536b45cc7b /source/application/hal/platforms/bare-metal/utils
parenta3d87702b743e4e2d2ef08f0210445b01a86c87c (diff)
downloadml-embedded-evaluation-kit-659fcd951ac18d1ee7737a6ddf6a3ec162c73ca5.tar.gz
MLECO-1933, MLECO-1914, MLECO-1885: Update to 21.05-rc2 components
Core driver and sofware dependencies updated to latest release candidate revisions. Note: TensorFlow Lite Micro has not been updated. Also, gcc warnings for simple_platform target and ad use case have been fixed. Change-Id: I455b421f34375a719a941e6e220fe292a57613f5
Diffstat (limited to 'source/application/hal/platforms/bare-metal/utils')
-rw-r--r--source/application/hal/platforms/bare-metal/utils/system_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/application/hal/platforms/bare-metal/utils/system_init.c b/source/application/hal/platforms/bare-metal/utils/system_init.c
index f95f214..376f08b 100644
--- a/source/application/hal/platforms/bare-metal/utils/system_init.c
+++ b/source/application/hal/platforms/bare-metal/utils/system_init.c
@@ -96,7 +96,7 @@ int system_init(void)
}
#else /* MPS3_PLATFORM */
- info("ARM model environment ready..\n");
+ info("%s: complete\n", __FUNCTION__);
return 0;
#endif /* MPS3_PLATFORM */