zephyr: remove stray } from RIMAGE_CONFIG_PATH

A stray } is at the end of RIMAGE_CONFIG_PATH causing issues when
signing images.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-10-11 12:07:43 +00:00 committed by Kai Vehmanen
parent 689e8e999f
commit 5b5566f534
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ set(RIMAGE_TOP ${sof_top_dir}/rimage)
# Save path to rimage configuration files in cmake cache for later use by
# rimage during the "west sign" stage
set(RIMAGE_CONFIG_PATH ${RIMAGE_TOP}/config} CACHE PATH
set(RIMAGE_CONFIG_PATH ${RIMAGE_TOP}/config CACHE PATH
" Path to rimage board configuration files")
include(ExternalProject)