Skip to content

Commit 5b4adef

Browse files
committed
ti: configs: family: k3: Update baseline to 11.02.08
Signed-off-by: Jonas Wood <[email protected]>
1 parent 2981612 commit 5b4adef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/sources/families/k3.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)