Re: [PATCH v1 13/24] puma-rk3399: remove check for ENV_IS_NOWHERE, it is an SPL config

2023-02-22 Thread Simon Glass
Hi Troy, On Tue, 21 Feb 2023 at 18:39, Troy Kisky wrote: > > When IS_ENABLED(CONFIG_ENV_IS_NOWHERE) is converted to > CONFIG_IS_ENABLED(ENV_IS_NOWHERE) this will give unwanted errors > on spl builds. > > Signed-off-by: Troy Kisky > --- > > board/theobroma-systems/puma_rk3399/puma-rk3399.c | 4

[PATCH v1 13/24] puma-rk3399: remove check for ENV_IS_NOWHERE, it is an SPL config

2023-02-21 Thread Troy Kisky
When IS_ENABLED(CONFIG_ENV_IS_NOWHERE) is converted to CONFIG_IS_ENABLED(ENV_IS_NOWHERE) this will give unwanted errors on spl builds. Signed-off-by: Troy Kisky --- board/theobroma-systems/puma_rk3399/puma-rk3399.c | 4 1 file changed, 4 deletions(-) diff --git