From 3d5c5427e17a870041e0c94b6fbbfb9301cd2c70 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 13 Jan 2023 03:13:24 +0000 Subject: uboot-mediatek: update to U-Boot 2023.01 Support for MT7981 and MT7986 has been merged, remove patches. Tested on a couple of MT7986, MT7622 and MT7623 boards. MIPS builds are untested. Signed-off-by: Daniel Golle --- ...100-01-board-mediatek-add-more-network-configurations.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/boot/uboot-mediatek/patches/100-01-board-mediatek-add-more-network-configurations.patch') diff --git a/package/boot/uboot-mediatek/patches/100-01-board-mediatek-add-more-network-configurations.patch b/package/boot/uboot-mediatek/patches/100-01-board-mediatek-add-more-network-configurations.patch index 0ee01b227b..f0486bdc47 100644 --- a/package/boot/uboot-mediatek/patches/100-01-board-mediatek-add-more-network-configurations.patch +++ b/package/boot/uboot-mediatek/patches/100-01-board-mediatek-add-more-network-configurations.patch @@ -16,7 +16,7 @@ Signed-off-by: Weijie Gao --- a/include/configs/mt7622.h +++ b/include/configs/mt7622.h -@@ -23,6 +23,7 @@ +@@ -19,6 +19,7 @@ /* Ethernet */ #define CONFIG_IPADDR 192.168.1.1 @@ -27,7 +27,7 @@ Signed-off-by: Weijie Gao #endif --- a/include/configs/mt7623.h +++ b/include/configs/mt7623.h -@@ -37,6 +37,7 @@ +@@ -35,6 +35,7 @@ /* Ethernet */ #define CONFIG_IPADDR 192.168.1.1 #define CONFIG_SERVERIP 192.168.1.2 @@ -37,7 +37,7 @@ Signed-off-by: Weijie Gao --- a/include/configs/mt7629.h +++ b/include/configs/mt7629.h -@@ -32,5 +32,6 @@ +@@ -30,5 +30,6 @@ /* Ethernet */ #define CONFIG_IPADDR 192.168.1.1 #define CONFIG_SERVERIP 192.168.1.2 @@ -46,7 +46,7 @@ Signed-off-by: Weijie Gao #endif --- a/include/configs/mt7981.h +++ b/include/configs/mt7981.h -@@ -23,4 +23,9 @@ +@@ -18,4 +18,9 @@ /* DRAM */ #define CONFIG_SYS_SDRAM_BASE 0x40000000 @@ -58,7 +58,7 @@ Signed-off-by: Weijie Gao #endif --- a/include/configs/mt7986.h +++ b/include/configs/mt7986.h -@@ -23,4 +23,9 @@ +@@ -18,4 +18,9 @@ /* DRAM */ #define CONFIG_SYS_SDRAM_BASE 0x40000000 -- cgit v1.2.3