On Tue, 11 Feb 2025 15:30:27 +0800, ZHANG Yuntian wrote: > 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". > > [...]
Applied to u-boot/master, thanks! -- Tom