Re: [U-Boot] [PATCH v3] env: Added support to save env to spi through Kconfig

2018-07-18 Thread Michal Simek
On 18.7.2018 17:25, Maxime Ripard wrote: > On Wed, Jul 18, 2018 at 04:04:37PM +0200, Michal Simek wrote: >> On 18.7.2018 14:28, Maxime Ripard wrote: >>> 1;5202;0c >>> On Wed, Jul 18, 2018 at 09:11:35AM +0200, Michal Simek wrote: From: Vipul Kumar This patch added support to enable C

Re: [U-Boot] [PATCH v3] env: Added support to save env to spi through Kconfig

2018-07-18 Thread Maxime Ripard
On Wed, Jul 18, 2018 at 04:04:37PM +0200, Michal Simek wrote: > On 18.7.2018 14:28, Maxime Ripard wrote: > > 1;5202;0c > > On Wed, Jul 18, 2018 at 09:11:35AM +0200, Michal Simek wrote: > >> From: Vipul Kumar > >> > >> This patch added support to enable CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET > >> and C

Re: [U-Boot] [PATCH v3] env: Added support to save env to spi through Kconfig

2018-07-18 Thread Michal Simek
On 18.7.2018 14:28, Maxime Ripard wrote: > 1;5202;0c > On Wed, Jul 18, 2018 at 09:11:35AM +0200, Michal Simek wrote: >> From: Vipul Kumar >> >> This patch added support to enable CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET >> and CONFIG_ENV_SECT_SIZE through Kconfig for Zynq and Zynqmp. >> >> Signed-off-by

Re: [U-Boot] [PATCH v3] env: Added support to save env to spi through Kconfig

2018-07-18 Thread Maxime Ripard
1;5202;0c On Wed, Jul 18, 2018 at 09:11:35AM +0200, Michal Simek wrote: > From: Vipul Kumar > > This patch added support to enable CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET > and CONFIG_ENV_SECT_SIZE through Kconfig for Zynq and Zynqmp. > > Signed-off-by: Vipul Kumar > Signed-off-by: Michal Simek > -

[U-Boot] [PATCH v3] env: Added support to save env to spi through Kconfig

2018-07-18 Thread Michal Simek
From: Vipul Kumar This patch added support to enable CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET and CONFIG_ENV_SECT_SIZE through Kconfig for Zynq and Zynqmp. Signed-off-by: Vipul Kumar Signed-off-by: Michal Simek --- Changes in v3: - Fix also bitmain config which was failing Changes in v2: - Changed