profile: 修复文件路径

This commit is contained in:
Hyy2001X 2022-05-06 21:20:04 +08:00
parent e2a5e6ec7b
commit c030d38cf5
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Sysinfo() {
local TARGET_PROFILE TARGET_BOOTABLE TEMP CoreMark
TARGET_PROFILE=$(getinf TARGET_PROFILE /rom/etc/AutoBuild/Default_Variable)
TARGET_BOARD=$(getinf TARGET_BOARD /rom/etc/AutoBuild/Default_Variable)
TARGET_PROFILE=$(getinf TARGET_PROFILE /rom/etc/autoupdate/default)
TARGET_BOARD=$(getinf TARGET_BOARD /rom/etc/autoupdate/default)
[ -z "${TARGET_PROFILE}" ] && echo
if [ "${TARGET_BOARD}" == x86 ]
then