diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2024-08-29 20:40:04 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-11-26 22:00:36 +0000 |
commit | 6f0e977165cfd5dc3bb29d64ecad49d9f43153a9 (patch) | |
tree | 62d5f19e0daeadced366afc4ef9f100673b3ff2a /.gitmodules | |
parent | 31ea376b587578897cdeff7b085286668cf9a7a1 (diff) | |
download | edk2-6f0e977165cfd5dc3bb29d64ecad49d9f43153a9.tar.gz |
Drop git submodule for Berkeley softfloat library
This code is no longer in use so it can be dropped.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 6d29190a14..60cb590af8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "CryptoPkg/Library/OpensslLib/openssl"] path = CryptoPkg/Library/OpensslLib/openssl url = https://github.com/openssl/openssl -[submodule "SoftFloat"] - path = ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 - url = https://github.com/ucb-bar/berkeley-softfloat-3.git [submodule "UnitTestFrameworkPkg/Library/CmockaLib/cmocka"] path = UnitTestFrameworkPkg/Library/CmockaLib/cmocka url = https://github.com/tianocore/edk2-cmocka.git |