diff mbox series

u-boot: Update Upstream-Status

Message ID 20230704112254.1337362-1-festevam@gmail.com
State Accepted, archived
Commit 9e4e728a03f69d0f42d22820926e056f2db09c21
Headers show
Series u-boot: Update Upstream-Status | expand

Commit Message

Fabio Estevam July 4, 2023, 11:22 a.m. UTC
From: Fabio Estevam <festevam@denx.de>

The patch to fix the mkimage path length error has landed in
U-Boot upstream.
    
Update the Upstream-Status accordingly.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 .../files/0001-mkimage-Use-PATH_MAX-for-path-length.patch       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-bsp/u-boot/files/0001-mkimage-Use-PATH_MAX-for-path-length.patch b/meta/recipes-bsp/u-boot/files/0001-mkimage-Use-PATH_MAX-for-path-length.patch
index 9f38736bcdab..5c6708e66674 100644
--- a/meta/recipes-bsp/u-boot/files/0001-mkimage-Use-PATH_MAX-for-path-length.patch
+++ b/meta/recipes-bsp/u-boot/files/0001-mkimage-Use-PATH_MAX-for-path-length.patch
@@ -7,7 +7,7 @@  Fixed when build xilinx_zynqmp in long directory ( >256):
   |  /buildarea1/testtest/wr_build/wr1023test_secureboot/test1-what/test2-what/test3-what/test4-what/test5-what/test6-what/test7-what/test8-what/test9-what/test10-what/test11-what/test12-what/build/tmp-glibc/work/xilinx_zynqmp-wrs-linux/u-boot-xlnx/1_v2023.01-xilinx-v2023.1+gitAUTOINC+40a08d69e7-r0/build/fitImage-linux: Image file name (uboot-mkimage) too long, can't create tmpfile.
   | Error: Bad parameters for FIT image type
 
-Upstream-Status: Submitted [https://patchwork.ozlabs.org/project/uboot/patch/20230619062250.3244894-1-mingli.yu@eng.windriver.com/]
+Upstream-Status: Backport [https://source.denx.de/u-boot/u-boot/-/commit/99d430f344bfdb0641022fd3efa26c29c957df02]
 
 Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
 ---