From 537b423d9fea5afad323fde8c100cca4b48bbea1 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 18 Oct 2022 14:28:53 +0100 Subject: uboot-mediatek: update to U-Boot 2022.10 Remove patches adding support for MT7621 which have been merged upsteam. Patches for MT7981 and MT7986 have been merged too, but not in time to be included in the 2022.10 release, so we have to keep carrying them until the 2023.01 release. Signed-off-by: Daniel Golle --- .../100-28-include-configs-mt7986-h-from-SDK.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 package/boot/uboot-mediatek/patches/100-28-include-configs-mt7986-h-from-SDK.patch (limited to 'package/boot/uboot-mediatek/patches/100-28-include-configs-mt7986-h-from-SDK.patch') diff --git a/package/boot/uboot-mediatek/patches/100-28-include-configs-mt7986-h-from-SDK.patch b/package/boot/uboot-mediatek/patches/100-28-include-configs-mt7986-h-from-SDK.patch deleted file mode 100644 index 110b1bb237..0000000000 --- a/package/boot/uboot-mediatek/patches/100-28-include-configs-mt7986-h-from-SDK.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- a/include/configs/mt7986.h -+++ b/include/configs/mt7986.h -@@ -11,6 +11,11 @@ - - #include - -+#define CONFIG_SYS_MAXARGS 32 -+#define CONFIG_SYS_BOOTM_LEN SZ_128M -+#define CONFIG_SYS_CBSIZE SZ_1K -+#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ -+ sizeof(CONFIG_SYS_PROMPT) + 16) - #define CONFIG_SYS_NONCACHED_MEMORY SZ_1M - #define CONFIG_SYS_MMC_ENV_DEV 0 - -@@ -19,6 +24,11 @@ - - /* SPL -> Uboot */ - #define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE -+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + SZ_2M - \ -+ GENERATED_GBL_DATA_SIZE) -+ -+/* Flash */ -+#define CONFIG_SYS_NAND_MAX_CHIPS 1 - - /* DRAM */ - #define CONFIG_SYS_SDRAM_BASE 0x40000000 -- cgit v1.2.3