diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2024-10-02 19:08:49 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-03 09:08:29 -0600 |
commit | 0ec0207fe07356bddb10db717e21c261bebfb989 (patch) | |
tree | dd6136ee89a1e1d00912541c41ca4fdf77edb6ce /tools/binman/fip_util.py | |
parent | 9cfe0cab3bf135a505e1e163ca442a4e4064d58e (diff) |
Update the ARM trusted firmware git URL
The primary upstream URL for tf-a has moved, in some cases
things like tags are not always pushed to the old URL so
update the URLs to the primary upstream project URL.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'tools/binman/fip_util.py')
-rwxr-xr-x | tools/binman/fip_util.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/fip_util.py b/tools/binman/fip_util.py index b5caab2d37a..aca21a42d3a 100755 --- a/tools/binman/fip_util.py +++ b/tools/binman/fip_util.py @@ -17,7 +17,7 @@ If ATF updates, run this program to update the FIT_TYPE_LIST. ARM Trusted Firmware is available at: -https://github.com/ARM-software/arm-trusted-firmware.git +https://github.com/TrustedFirmware-A/trusted-firmware-a.git """ from argparse import ArgumentParser @@ -560,7 +560,7 @@ def parse_atf_source(srcdir, dstfile, oldfile): Args: srcdir (str): Path to 'arm-trusted-firmware' directory. Get this from: - https://github.com/ARM-software/arm-trusted-firmware.git + https://github.com/TrustedFirmware-A/trusted-firmware-a.git dstfile (str): File to write new code to, if an update is needed oldfile (str): Python source file to compare against |