Re: [PATCH v1 10/24] config_distro_bootcmd: remove booting environment variables from SPL environment

2023-02-22 Thread Simon Glass
On Tue, 21 Feb 2023 at 18:39, Troy Kisky wrote: > > SPL environments don't need command that they can never use. > Avoid errors with CONFIG_IS_ENABLED conversions by skipping them now. > > Signed-off-by: Troy Kisky > --- > > include/config_distro_bootcmd.h | 23 +++ > 1 file

[PATCH v1 10/24] config_distro_bootcmd: remove booting environment variables from SPL environment

2023-02-21 Thread Troy Kisky
SPL environments don't need command that they can never use. Avoid errors with CONFIG_IS_ENABLED conversions by skipping them now. Signed-off-by: Troy Kisky --- include/config_distro_bootcmd.h | 23 +++ 1 file changed, 23 insertions(+) diff --git a/include/config_distro_boo