Skip to content

Commit a401086

Browse files
jsuhaas22leggewie
authored andcommitted
ti: family: k3: Change U-boot repository link
Change U-Boot repository link from git.ti.com to Github. In the past, there have been CI issues caused due to git.ti.com failing. Signed-off-by: Suhaas Joshi <[email protected]>
1 parent 48e0eeb commit a401086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sources/families/k3.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare -g OVERLAY_DIR="/boot/dtb/ti/overlay"
1313

1414
declare -g KERNELSOURCE="https://github.com/TexasInstruments-Sandbox/ti-linux-kernel"
1515
declare -g ATFSOURCE="https://github.com/TexasInstruments/arm-trusted-firmware"
16-
declare -g BOOTSOURCE="https://git.ti.com/cgit/ti-u-boot/ti-u-boot"
16+
declare -g BOOTSOURCE="https://github.com/TexasInstruments-Sandbox/ti-u-boot"
1717

1818
declare -g BOOTSCRIPT="boot-k3.cmd:uEnv.txt"
1919
declare -g SPD_OPTEED="SPD=opteed"

0 commit comments

Comments
 (0)