File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ case "${BRANCH}" in
1616
1717 vendor | vendor-rt) # uses latest publicly released TI Processor SDK tag
1818
19- declare -g TI_PSDK_TAG="11.02.07 "
19+ declare -g TI_PSDK_TAG="11.02.08 "
2020 declare -g KERNELSOURCE="https://github.com/TexasInstruments/ti-linux-kernel"
2121 declare -g KERNEL_MAJOR_MINOR="6.12"
2222 declare -g KERNELBRANCH="tag:${TI_PSDK_TAG}"
@@ -51,7 +51,7 @@ case "${BOOT_SOC}" in
5151
5252 declare -g ATFSOURCE="https://github.com/TexasInstruments/arm-trusted-firmware"
5353 if [[ "${BRANCH}" == "vendor" || "${BRANCH}" == "vendor-rt" ]]; then
54- declare -g ATFBRANCH="commit:960816d244c39ac1cfa24c4ea028c4404f9cbb20 "
54+ declare -g ATFBRANCH="commit:5939ceaeb664b8da5499dc4ecfa1caa7f5bcc31a "
5555 elif [[ "${BRANCH}" == "vendor-edge" ]]; then
5656 declare -g ATFBRANCH="branch:ti-master"
5757 fi
You can’t perform that action at this time.
0 commit comments