Re: [U-Boot] [PATCH 11/14] env: Allow to build multiple environments in Kconfig

2017-12-28 Thread Simon Glass
On 28 November 2017 at 03:24, Maxime Ripard wrote: > Now that we have everything in place in the code, let's allow to build > multiple environments backend through Kconfig. > > Reviewed-by: Lukasz Majewski > Signed-off-by: Maxime Ripard > --- > env/Kconfig | 65 ++---

Re: [U-Boot] [PATCH 11/14] env: Allow to build multiple environments in Kconfig

2017-12-05 Thread Andre Przywara
Hi, On 28/11/17 10:24, Maxime Ripard wrote: > Now that we have everything in place in the code, let's allow to build > multiple environments backend through Kconfig. > > Reviewed-by: Lukasz Majewski > Signed-off-by: Maxime Ripard Looks good, but doesn't apply cleanly to mainline anymore, becau

[U-Boot] [PATCH 11/14] env: Allow to build multiple environments in Kconfig

2017-11-28 Thread Maxime Ripard
Now that we have everything in place in the code, let's allow to build multiple environments backend through Kconfig. Reviewed-by: Lukasz Majewski Signed-off-by: Maxime Ripard --- env/Kconfig | 65 ++ 1 file changed, 32 insertions(+), 33 delet