@@ -573,7 +573,6 @@ bin_modules-$(CONFIG_ZSTD) += zstd
573573bin_modules-$(CONFIG_E2FSPROGS) += e2fsprogs
574574bin_modules-$(CONFIG_EXFATPROGS) += exfatprogs
575575bin_modules-$(CONFIG_IOTOOLS) += iotools
576- bin_modules-$(CONFIG_NVMUTIL) += nvmutil
577576
578577$(foreach m, $(bin_modules-y), \
579578 $(call map,initrd_bin_add,$(call bins,$m)) \
@@ -594,21 +593,11 @@ ifeq ($(CONFIG_COREBOOT),y)
594593$(eval $(call initrd_bin_add,$(COREBOOT_UTIL_DIR)/cbmem/cbmem))
595594# $(eval $(call initrd_bin_add,$(COREBOOT_UTIL_DIR)/superiotool/superiotool))
596595# $(eval $(call initrd_bin_add,$(COREBOOT_UTIL_DIR)/inteltool/inteltool))
597- ifeq ($(CONFIG_NVMUTIL ) ,y)
598- # NVMUTIL(nvm) is applied on ifdtool extracted gbe.bin from a flashrom backup under Heads.
599- # We consequently need ifdtool packed under initrd with cross-compiler
600- # coreboot module copied ifdtool into ifdtool_cross at configure step
601- # so that coreboot builds its own and we ask one to be cross-build and packed here
602- $(eval $(call initrd_bin_add,$(COREBOOT_UTIL_DIR)/ifdtool_cross/ifdtool))
603- $(eval $(call initrd_bin_add,$(COREBOOT_UTIL_DIR)/cbfstool_cross/cbfstool))
604- endif
605596endif
606597
607598$(COREBOOT_UTIL_DIR)/cbmem/cbmem \
608599$(COREBOOT_UTIL_DIR)/superiotool/superiotool \
609600$(COREBOOT_UTIL_DIR)/inteltool/inteltool \
610- $(COREBOOT_UTIL_DIR)/ifdtool_cross/ifdtool \
611- $(COREBOOT_UTIL_DIR)/cbfstool_cross/cbfstool \
612601: $(build ) /$(coreboot_base_dir ) /.canary musl-cross
613602 +$(call do,MAKE,$(notdir $@ ) ,\
614603 $(MAKE ) -C " $( dir $@ ) " $(CROSS_TOOLS ) \
0 commit comments