[U-Boot] [PATCH] ARM: zynq: Wire-up saving environment to QSPI

Extend options for saving variables to QSPI.
Signed-off-by: Michal Simek monstr@monstr.eu ---
include/configs/zynq-common.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 73b7f2072bc6..1eee8a0667dc 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -198,7 +198,11 @@ /* Environment */ #ifndef CONFIG_ENV_IS_NOWHERE # ifndef CONFIG_SYS_NO_FLASH +/* Environment in NOR flash */ # define CONFIG_ENV_IS_IN_FLASH +# elif defined(CONFIG_ZYNQ_QSPI) +/* Environment in Serial Flash */ +# define CONFIG_ENV_IS_IN_SPI_FLASH # elif defined(CONFIG_SYS_NO_FLASH) # define CONFIG_ENV_IS_NOWHERE # endif

On 13 February 2016 at 16:32, Michal Simek monstr@monstr.eu wrote:
Extend options for saving variables to QSPI.
Signed-off-by: Michal Simek monstr@monstr.eu
Applied to u-boot-spi/master

On 15.2.2016 14:17, Jagan Teki wrote:
On 13 February 2016 at 16:32, Michal Simek monstr@monstr.eu wrote:
Extend options for saving variables to QSPI.
Signed-off-by: Michal Simek monstr@monstr.eu
Applied to u-boot-spi/master
Are you going to send PR to this release?
Thanks, Michal

On Monday 22 February 2016 08:49 PM, Michal Simek wrote:
On 15.2.2016 14:17, Jagan Teki wrote:
On 13 February 2016 at 16:32, Michal Simek monstr@monstr.eu wrote:
Extend options for saving variables to QSPI.
Signed-off-by: Michal Simek monstr@monstr.eu
Applied to u-boot-spi/master
Are you going to send PR to this release?
Yes.

On 22.2.2016 16:20, Jagan Teki wrote:
On Monday 22 February 2016 08:49 PM, Michal Simek wrote:
On 15.2.2016 14:17, Jagan Teki wrote:
On 13 February 2016 at 16:32, Michal Simek monstr@monstr.eu wrote:
Extend options for saving variables to QSPI.
Signed-off-by: Michal Simek monstr@monstr.eu
Applied to u-boot-spi/master
Are you going to send PR to this release?
Yes.
Good.
Thanks, Michal
participants (2)
-
Jagan Teki
-
Michal Simek