Re: [PATCH 0/5] spl: binman: Fixes for BINMAN_SYMBOLS

2022-06-10 Thread Marek Vasut
On 6/10/22 12:58, Alper Nebi Yasak wrote: There's some trouble with an i.MX8M series [1] trying to use binman symbols. The crux of it is the 'u_boot_any' symbols BINMAN_SYMBOLS configs declare, and the boards creating partial binman images including an SPL without a U-Boot the symbol is referring

[PATCH 0/5] spl: binman: Fixes for BINMAN_SYMBOLS

2022-06-10 Thread Alper Nebi Yasak
There's some trouble with an i.MX8M series [1] trying to use binman symbols. The crux of it is the 'u_boot_any' symbols BINMAN_SYMBOLS configs declare, and the boards creating partial binman images including an SPL without a U-Boot the symbol is referring to. Normally this should be easy to resolv