Re: [U-Boot] [PATCH v3 12/15] env: Allow to build multiple environments in Kconfig

2018-02-06 Thread Maxime Ripard
On Tue, Feb 06, 2018 at 09:24:02AM +0100, Simon Goldschmidt wrote: > > in this particular case, it seems that the u8 typedef is done at the > > architecture level, and efi.h doesn't include asm/types.h that define > > it. Maybe it's as simple as that. Otherwise, it includes linux/types.h > > that

Re: [U-Boot] [PATCH v3 12/15] env: Allow to build multiple environments in Kconfig

2018-02-06 Thread Simon Goldschmidt
On 05.02.2018 14:32, Maxime Ripard wrote: On Sat, Feb 03, 2018 at 10:23:12AM +, Goldschmidt Simon wrote: On 01.02.2018 20:47, Maxime Ripard wrote: On Thu, Feb 01, 2018 at 11:06:14AM +0100, Simon Goldschmidt wrote: On 23.01.2018 21:17, Maxime Ripard wrote: Now that we have everything in

Re: [U-Boot] [PATCH v3 12/15] env: Allow to build multiple environments in Kconfig

2018-02-05 Thread Maxime Ripard
On Sat, Feb 03, 2018 at 10:23:12AM +, Goldschmidt Simon wrote: > On 01.02.2018 20:47, Maxime Ripard wrote: > > On Thu, Feb 01, 2018 at 11:06:14AM +0100, Simon Goldschmidt wrote: > >> On 23.01.2018 21:17, Maxime Ripard wrote: > >> > Now that we have everything in place in the code, let's allow

Re: [U-Boot] [PATCH v3 12/15] env: Allow to build multiple environments in Kconfig

2018-02-03 Thread Goldschmidt Simon
On 01.02.2018 20:47, Maxime Ripard wrote: > On Thu, Feb 01, 2018 at 11:06:14AM +0100, Simon Goldschmidt wrote: >> On 23.01.2018 21:17, Maxime Ripard wrote: >> > Now that we have everything in place in the code, let's allow to build >> > multiple environments backend through Kconfig. >> > >> >

Re: [U-Boot] [PATCH v3 12/15] env: Allow to build multiple environments in Kconfig

2018-02-02 Thread Maxime Ripard
On Thu, Feb 01, 2018 at 11:06:14AM +0100, Simon Goldschmidt wrote: > On 23.01.2018 21:17, 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: Andre Przywara

Re: [U-Boot] [PATCH v3 12/15] env: Allow to build multiple environments in Kconfig

2018-02-01 Thread Simon Goldschmidt
On 23.01.2018 21:17, 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: Andre Przywara Reviewed-by: Lukasz Majewski Reviewed-by: Simon Glass

[U-Boot] [PATCH v3 12/15] env: Allow to build multiple environments in Kconfig

2018-01-23 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: Andre Przywara Reviewed-by: Lukasz Majewski Reviewed-by: Simon Glass Signed-off-by: Maxime Ripard