Re: [U-Boot] [PATCH v2 25/40] env: Move get/set_default_env() to env.h

2019-08-13 Thread Tom Rini
On Thu, Aug 01, 2019 at 09:47:00AM -0600, Simon Glass wrote: > Move these functions to the new header file and rename set_default_env() > to env_set_default() so that it has a consistent env_ prefix. > > Acked-by: Joe Hershberger > Signed-off-by: Simon Glass Applied to u-boot/master, thanks!

[U-Boot] [PATCH v2 25/40] env: Move get/set_default_env() to env.h

2019-08-01 Thread Simon Glass
Move these functions to the new header file and rename set_default_env() to env_set_default() so that it has a consistent env_ prefix. Acked-by: Joe Hershberger Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/mach-imx/mx6/opos6ul.c | 2 +- board/phytec/pcm052/pcm052.c| 2 +-