Skip to content

Commit 2e9b493

Browse files
author
dongyongtao
committed
ci: don't generate 16Mhz freeloader, replaced by 30Mhz
Signed-off-by: dongyongtao <dongyongtao@nucleisys.com>
1 parent eeff5aa commit 2e9b493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cache:
6161
- |
6262
export MAKEOPTS="SOC=$SOC CORE=$CORE BOOT_MODE=${BOOT_MODE} EXT_SSTC=y"
6363
export SELVAR0="CPU_HZ"
64-
export VARLIST0="16000000,50000000,100000000"
64+
export VARLIST0="30000000,50000000,100000000"
6565
export SELVAR1="SPFL1DCTRL1"
6666
export VARLIST1="0x0,0x1f,0xf,0x3f"
6767
bash .github/build_multiple_freeloader.sh > >(tee build_pref_sstc_freeloader.log) || {

0 commit comments

Comments
 (0)