Skip to content

Commit

Permalink
duo256m disable TPU_PERF_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed May 28, 2024
1 parent cfad8f8 commit e49d424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/scripts/fip_v2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ fsbl%: export FSBL_SECURE_BOOT_SUPPORT=${CONFIG_FSBL_SECURE_BOOT_SUPPORT}
fsbl%: export ARCH=$(call qstrip,${CONFIG_ARCH})
fsbl%: export OD_CLK_SEL=${CONFIG_OD_CLK_SEL}
fsbl%: export VC_CLK_OVERDRIVE=${CONFIG_VC_CLK_OVERDRIVE}
fsbl%: export TPU_PERF_MODE=$(shell if [ "${CONFIG_CHIP_cv1812cp}" = "y" ]; then echo "y";else echo "n";fi)
fsbl-build: u-boot-build memory-map
$(call print_target)
${Q}mkdir -p ${FSBL_PATH}/build
Expand Down

0 comments on commit e49d424

Please sign in to comment.