summaryrefslogtreecommitdiff
path: root/scripts/cmake
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 /scripts/cmake
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 'scripts/cmake')
-rw-r--r--scripts/cmake/subsystem-profiles/simple_platform.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/subsystem-profiles/simple_platform.cmake b/scripts/cmake/subsystem-profiles/simple_platform.cmake
index c11706d..c5e9d59 100644
--- a/scripts/cmake/subsystem-profiles/simple_platform.cmake
+++ b/scripts/cmake/subsystem-profiles/simple_platform.cmake
@@ -24,7 +24,7 @@
# Application specific config #
###################################################################################################
-# This parameter is based on the linker/scatter script for internal FVP. Do not change this
+# This parameter is based on the linker/scatter script for simple platform. Do not change this
# parameter in isolation.
set(ACTIVATION_BUF_SRAM_SZ "0x00200000" CACHE STRING "Maximum SRAM size for activation buffers")
set(DESIGN_NAME "Simple platform" CACHE STRING "Design name")