Skip to content

Commit

Permalink
arm-trusted-firmware-mediatek: remove no longer needed Configure step
Browse files Browse the repository at this point in the history
As anyway only the default is called now we can as well also just remove
the override for Build/Configure.

Fixes: e2cffbb ("arm-trusted-firmware-mediatek: update to 2021-03-10")
Signed-off-by: Daniel Golle <[email protected]>
(cherry picked from commit dffad93)
  • Loading branch information
dangowrt committed Apr 10, 2022
1 parent 725a761 commit 1a2689a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package/boot/arm-trusted-firmware-mediatek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ TFA_MAKE_FLAGS += \
$(if $(DDR3_FLYBY),DDR3_FLYBY=1) \
all

define Build/Configure
$(call Build/Configure/Default)
endef

define Package/trusted-firmware-a/install
$(INSTALL_DIR) $(STAGING_DIR_IMAGE)
$(INSTALL_DATA) $(PKG_BUILD_DIR)/build/mt7622/release/bl2.img $(STAGING_DIR_IMAGE)/$(BUILD_VARIANT)-bl2.img
Expand Down

0 comments on commit 1a2689a

Please sign in to comment.