armbian_build/patch/u-boot/u-boot-odroidc2-default/clean-sdfuse.patch
2016-08-30 22:42:02 +03:00

15 lines
272 B
Diff

diff --git a/Makefile b/Makefile
index 27153d8..d37f61f 100644
--- a/Makefile
+++ b/Makefile
@@ -1470,7 +1470,8 @@ help:
# Dummies...
PHONY += prepare scripts
-prepare: ;
+prepare:
+ @rm -f $(FUSING_FOLDER)/u-boot.bin
scripts: ;
endif #ifeq ($(config-targets),1)