system/nxdiag: Remove unnecessary --depth parameter

This commits removes the unnecesary `--depth` parameter: Espressif
common headers do not require it.
This commit is contained in:
Tiago Medicci Serrano 2024-05-20 10:20:51 -03:00 committed by Xiang Xiao
parent a9bd4dbe01
commit a09521ed55

View File

@ -80,7 +80,7 @@ INFO_DEPS += espressif_prepare
espressif_prepare: espressif_prepare:
ifeq ($(HALDIR),$(ARCH_ESP_HALDIR)) ifeq ($(HALDIR),$(ARCH_ESP_HALDIR))
@echo "Unshallowing Espressif HAL..." @echo "Unshallowing Espressif HAL..."
(cd ${HALDIR} && git fetch --depth=10000 && git fetch --tags) (cd ${HALDIR} && git fetch && git fetch --tags)
endif endif
ifdef ESPTOOL_BINDIR ifdef ESPTOOL_BINDIR