From ce19e8fa438f7013881b71956f39cf299e6fce46 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 11 Mar 2021 16:00:20 +0000 Subject: tools: mkimage: add patches for 64-bit MediaTek BootROM Add patches for mkimage to allow using it instead of the binary-only 'bromimage' tool to generate bl2 for MT7622. Signed-off-by: Daniel Golle --- .../patches/001-make-brom-sign-key-optional-again.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 package/boot/arm-trusted-firmware-mediatek/patches/001-make-brom-sign-key-optional-again.patch (limited to 'package/boot') diff --git a/package/boot/arm-trusted-firmware-mediatek/patches/001-make-brom-sign-key-optional-again.patch b/package/boot/arm-trusted-firmware-mediatek/patches/001-make-brom-sign-key-optional-again.patch deleted file mode 100644 index 60b221ad5f..0000000000 --- a/package/boot/arm-trusted-firmware-mediatek/patches/001-make-brom-sign-key-optional-again.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: arm-trusted-firmware-mediatek-2021-02-25-1220acb0/plat/mediatek/mt7622/platform.mk -=================================================================== ---- arm-trusted-firmware-mediatek-2021-02-25-1220acb0.orig/plat/mediatek/mt7622/platform.mk -+++ arm-trusted-firmware-mediatek-2021-02-25-1220acb0/plat/mediatek/mt7622/platform.mk -@@ -99,9 +99,9 @@ BL2_SOURCES += drivers/mmc/mmc.c \ - BROM_HEADER_TYPE := sdmmc - CPPFLAGS += -DMSDC_INDEX=1 - DEVICE_HEADER_OFFSET ?= 0x80000 --ifeq ($(BROM_SIGN_KEY),) --$(error BootROM signing key is required for SD booting. Please specify BROM_SIGN_KEY) --endif -+#ifeq ($(BROM_SIGN_KEY),) -+#$(error BootROM signing key is required for SD booting. Please specify BROM_SIGN_KEY) -+#endif - endif - ifeq ($(BOOT_DEVICE),snand) - include ${MTK_PLAT}/common/drivers/snfi/mtk-snand.mk -- cgit v1.2.3