From fec1a588c6e0f05cca476ccce38c9583394b2262 Mon Sep 17 00:00:00 2001 From: YuzukiTsuru Date: Sat, 13 Jan 2024 22:02:30 +0800 Subject: [PATCH] [board] fix small typo merge basic syterboot --- board/100ask-ros/syter_boot/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/100ask-ros/syter_boot/CMakeLists.txt b/board/100ask-ros/syter_boot/CMakeLists.txt index 021faa78..5bfbb5f4 100644 --- a/board/100ask-ros/syter_boot/CMakeLists.txt +++ b/board/100ask-ros/syter_boot/CMakeLists.txt @@ -1,5 +1,5 @@ # SPDX-License-Identifier: Apache-2.0 -add_syterkit_app(load_bl31 +add_syterkit_app(syter_boot main.c ) \ No newline at end of file