File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,17 @@ case "${BRANCH}" in
2929 EXTRAWIFI="no"
3030 ;;
3131
32- vendor-edge)
32+ vendor-edge) # uses latest pre-released TI Processor SDK tag
3333
34- declare -g CORESDK_TAG="tag:11.00.12"
3534 declare -g KERNELSOURCE="https://github.com/TexasInstruments/ti-linux-kernel"
3635 declare -g KERNEL_MAJOR_MINOR="6.12"
37- declare -g KERNELBRANCH="${CORESDK_TAG} "
38- declare -g KERNEL_DESCRIPTION="Edge branch of TI Linux SDK"
39- declare -g ATFBRANCH="${CORESDK_TAG} "
40- declare -g OPTEE_BRANCH="tag:4.6.0 "
41- declare -g TI_LINUX_FIRMWARE_BRANCH="${CORESDK_TAG} "
36+ declare -g KERNELBRANCH="branch:ti-linux-6.12.y "
37+ declare -g KERNEL_DESCRIPTION="Texas Instruments latest pre-released Processor SDK kernel "
38+ declare -g ATFBRANCH="branch:master "
39+ declare -g OPTEE_BRANCH="branch:master "
40+ declare -g TI_LINUX_FIRMWARE_BRANCH="branch:ti-linux-firmware "
4241 declare -g BOOTSOURCE="https://github.com/TexasInstruments/ti-u-boot"
43- declare -g BOOTBRANCH="${CORESDK_TAG} "
42+ declare -g BOOTBRANCH="branch:ti-u-boot-2025.01 "
4443 EXTRAWIFI="no"
4544 ;;
4645
You can’t perform that action at this time.
0 commit comments