On Tue, 11 Jul 2023 at 06:16, Marek Vasut <[email protected]> wrote: > > Busybox sort does not handle --field-separator== , replace this > with --field-separator='=' for maximum compatibility. > > Fixes: cc5a490cf465 ("Makefile: Sort u-boot-initial-env output") > Reported-by: Milan P. Stanić <[email protected]> > Signed-off-by: Marek Vasut <[email protected]> > --- > Cc: Christoph Niedermaier <[email protected]> > Cc: Marek Behún <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Stefano Babic <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

