Re: [PATCH v4 01/10] rockchip: binman: Correct the OS prop for U-Boot

2025-04-09 Thread Jonas Karlman
Hi Quentin, On 2025-04-09 11:15, Quentin Schulz wrote: > Hi Jonas, Simon, > > On 3/29/25 4:06 PM, Jonas Karlman wrote: >> From: Simon Glass >> >> The U-Boot image is currently being identified as an invalid OS in >> spl_fit_image_get_os() due to case sensitive compare. >> >> Use the correct lowe

Re: [PATCH v4 01/10] rockchip: binman: Correct the OS prop for U-Boot

2025-04-09 Thread Quentin Schulz
Hi Jonas, Simon, On 3/29/25 4:06 PM, Jonas Karlman wrote: From: Simon Glass The U-Boot image is currently being identified as an invalid OS in spl_fit_image_get_os() due to case sensitive compare. Use the correct lower-case value to fix this. Fixes: e0c0efff2a02 ("rockchip: Support building

Re: [PATCH v4 01/10] rockchip: binman: Correct the OS prop for U-Boot

2025-04-06 Thread Kever Yang
On 2025/3/29 23:06, Jonas Karlman wrote: From: Simon Glass The U-Boot image is currently being identified as an invalid OS in spl_fit_image_get_os() due to case sensitive compare. Use the correct lower-case value to fix this. Fixes: e0c0efff2a02 ("rockchip: Support building the all output f

[PATCH v4 01/10] rockchip: binman: Correct the OS prop for U-Boot

2025-03-29 Thread Jonas Karlman
From: Simon Glass The U-Boot image is currently being identified as an invalid OS in spl_fit_image_get_os() due to case sensitive compare. Use the correct lower-case value to fix this. Fixes: e0c0efff2a02 ("rockchip: Support building the all output files in binman") Signed-off-by: Simon Glass