mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-14 19:26:58 +02:00
When we squash imported mbedtls, the git submodule "framework" was
preserved in the commit. However, U-Boot itself does not use git
submodule, and provides no .gitmodules file to specify the submodule
repository.
This is normally not an issue when cloning U-Boot repository. However,
when U-Boot is imported as a submodule, this will break git option
`--recurse-submodules` as it fails to resolve "framework".
As we do not use the submodule, remove it to unbreak existing workflows.
Fixes:
|
||
---|---|---|
.. | ||
external/mbedtls | ||
port | ||
Kconfig | ||
Makefile | ||
mbedtls_def_config.h | ||
md5.c | ||
mscode_parser.c | ||
pkcs7_parser.c | ||
public_key.c | ||
rsa_helper.c | ||
sha1.c | ||
sha256.c | ||
sha512.c | ||
x509_cert_parser.c |