Re: [U-Boot] [PATCH 24/39] env: Move get/set_default_env() to env.h

2019-07-30 Thread Joe Hershberger
On Sun, Jul 28, 2019 at 9:12 AM 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. > > Signed-off-by: Simon Glass Acked-by: Joe Hershberger

[U-Boot] [PATCH 24/39] env: Move get/set_default_env() to env.h

2019-07-28 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. Signed-off-by: Simon Glass --- arch/arm/mach-imx/mx6/opos6ul.c | 2 +- board/phytec/pcm052/pcm052.c| 2 +- cmd/nvedit.c| 2 +-