Re: [PATCH v3 1/1] Makefile: pass -undef option to cmd_gen_envp

2024-03-04 Thread Tom Rini
On Fri, Feb 23, 2024 at 12:42:06PM +0100, Sébastien Szymanski wrote: > Without the '-undef' option, the 'linux' string in .env files is > replaced with the string '1 '. > For example, in the board/armadeus/opos6uldev/opos6uldev.env file, > > kernelimg=opos6ul-linux.bin > > becomes > > kernelimg

Re: [PATCH v3 1/1] Makefile: pass -undef option to cmd_gen_envp

2024-02-23 Thread Tom Rini
On Fri, Feb 23, 2024 at 12:42:06PM +0100, Sébastien Szymanski wrote: > Without the '-undef' option, the 'linux' string in .env files is > replaced with the string '1 '. > For example, in the board/armadeus/opos6uldev/opos6uldev.env file, > > kernelimg=opos6ul-linux.bin > > becomes > > kernelimg

[PATCH v3 1/1] Makefile: pass -undef option to cmd_gen_envp

2024-02-23 Thread Sébastien Szymanski
Without the '-undef' option, the 'linux' string in .env files is replaced with the string '1 '. For example, in the board/armadeus/opos6uldev/opos6uldev.env file, kernelimg=opos6ul-linux.bin becomes kernelimg=opos6ul-1 .bin in the include/generated/env.in file. That's because 'linux' is a Syst