Re: [U-Boot] [PATCH 37/39] env: Rename environment.h to env_internal.h

2019-07-30 Thread Joe Hershberger
On Sun, Jul 28, 2019 at 9:22 AM Simon Glass wrote: > > This file contains lots of internal details about the environment. Most > code can include env.h instead, calling the functions there as needed. > > Rename this file and add a comment at the top to indicate its internal > nature. > > Signed-of

[U-Boot] [PATCH 37/39] env: Rename environment.h to env_internal.h

2019-07-28 Thread Simon Glass
This file contains lots of internal details about the environment. Most code can include env.h instead, calling the functions there as needed. Rename this file and add a comment at the top to indicate its internal nature. Signed-off-by: Simon Glass --- api/api.c