Hi Simon Since a few days I noticed the following:
⬢[zim@toolbox u-boot.git]$ git status On branch master Your branch is up to date with 'origin/master'. ⬢[zim@toolbox u-boot.git]$ make mrproper ⬢[zim@toolbox u-boot.git]$ git status On branch master Your branch is up to date with 'origin/master'. Changes not staged for commit: (use "git add/rm <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) deleted: lib/acpi/dsdt.c So somehow cleaning with mrproper deletes that file. Do you know what could be the cause? Thanks! Cheers Marcel