From 026b0ce96359b5e0d429d48e0da68ec2a7c9f64b Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sat, 21 Oct 2023 09:55:47 +0000 Subject: [PATCH] u-boot (Allwinner): rebase patches for 2023.10 ref: - https://github.com/u-boot/u-boot/commit/9a4aa31ad514a534e57b2607df327cb4f93b87bc --- ...3-sunxi-binman-Enable-SPL-FIT-loading-for-32-bit-SoCs.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/Allwinner/patches/u-boot/0003-sunxi-binman-Enable-SPL-FIT-loading-for-32-bit-SoCs.patch b/projects/Allwinner/patches/u-boot/0003-sunxi-binman-Enable-SPL-FIT-loading-for-32-bit-SoCs.patch index 06221c93db..4a8a66443c 100644 --- a/projects/Allwinner/patches/u-boot/0003-sunxi-binman-Enable-SPL-FIT-loading-for-32-bit-SoCs.patch +++ b/projects/Allwinner/patches/u-boot/0003-sunxi-binman-Enable-SPL-FIT-loading-for-32-bit-SoCs.patch @@ -115,7 +115,7 @@ index 4a6ed3a7dd5c..ad1f97632979 100644 #ifdef SCP_ADDR scp { -@@ -91,19 +101,23 @@ +@@ -91,18 +101,23 @@ @config-SEQ { description = "NAME"; @@ -138,7 +138,6 @@ index 4a6ed3a7dd5c..ad1f97632979 100644 }; #else u-boot-img { -- offset = ; + offset = <32768>; }; #endif