diff options
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 |