summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/build.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/build.mk b/common/build.mk
index 5d76188f7b..caed246a74 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -248,10 +248,6 @@ $(out)/.fake-bootblock:
endif # BOOTBLOCK
-build-util-bin-y += gen_emmc_transfer_data
-
-# Bootblock is only packed in RO image.
-$(out)/util/gen_emmc_transfer_data: BUILD_LDFLAGS += -DSECTION_IS_RO=$(EMPTY)
$(out)/bootblock_data.h: $(out)/util/gen_emmc_transfer_data $(out)/.bootblock
$(call quiet,emmc_bootblock,BTBLK )