diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-14 16:38:10 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-14 16:39:51 +0100 |
commit | 21867b7d80562ce822525fca63688908f1ca59b8 (patch) | |
tree | da69e20d42da9d5389f05d9fd1aad9ee142cf80e /config/submodule/coreboot/default/arm-trusted-firmware/module.cfg | |
parent | e9fe5a74a2e66906721fe2ca1beb1f14784cf675 (diff) |
get.sh: simplify fetch_submodules()
We are calling xbmkget in the same way, whether it's
a subfile or subrepo.
Rename these variables to subcurl and subgit, so that we
can call xbmkget unconditionally.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/submodule/coreboot/default/arm-trusted-firmware/module.cfg')
-rw-r--r-- | config/submodule/coreboot/default/arm-trusted-firmware/module.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/submodule/coreboot/default/arm-trusted-firmware/module.cfg b/config/submodule/coreboot/default/arm-trusted-firmware/module.cfg index 911f3fa9..953997c7 100644 --- a/config/submodule/coreboot/default/arm-trusted-firmware/module.cfg +++ b/config/submodule/coreboot/default/arm-trusted-firmware/module.cfg @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later -subrepo="https://review.coreboot.org/arm-trusted-firmware.git" -subrepo_bkup="https://github.com/coreboot/arm-trusted-firmware" +subgit="https://review.coreboot.org/arm-trusted-firmware.git" +subgit_bkup="https://github.com/coreboot/arm-trusted-firmware" subhash="57ac3f74b34a3303f03deee264a1f2247c68008d" |