Re: [U-Boot] [PATCH] api: Use hashtable function for API_env_enum

2016-11-17 Thread Emmanuel Vadot
On Fri, 11 Nov 2016 09:16:46 -0700 Simon Glass wrote: > Hi, > > On 5 November 2016 at 15:27, Emmanuel Vadot wrote: > > > > Since the env is an hashtable, use the hashtable function for the > > API_ENV_ENUM > > api call. > > Can you please explain why

Re: [U-Boot] [PATCH] api: Use hashtable function for API_env_enum

2016-11-11 Thread Simon Glass
Hi, On 5 November 2016 at 15:27, Emmanuel Vadot wrote: > > Since the env is an hashtable, use the hashtable function for the API_ENV_ENUM > api call. Can you please explain why in your commit message? > > Signed-off-by: Emmanuel Vadot > --- >

[U-Boot] [PATCH] api: Use hashtable function for API_env_enum

2016-11-05 Thread Emmanuel Vadot
Since the env is an hashtable, use the hashtable function for the API_ENV_ENUM api call. Signed-off-by: Emmanuel Vadot --- api/api.c | 60 +++- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git