mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-16 23:11:30 +01:00
ARM: zynq: Wire-up saving environment to QSPI
Extend options for saving variables to QSPI. Reviewed-by: Jagan Teki <jteki@openedev.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
595af9db24
commit
18c61e9571
@ -197,7 +197,11 @@
|
|||||||
/* Environment */
|
/* Environment */
|
||||||
#ifndef CONFIG_ENV_IS_NOWHERE
|
#ifndef CONFIG_ENV_IS_NOWHERE
|
||||||
# ifndef CONFIG_SYS_NO_FLASH
|
# ifndef CONFIG_SYS_NO_FLASH
|
||||||
|
/* Environment in NOR flash */
|
||||||
# define CONFIG_ENV_IS_IN_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)
|
# elif defined(CONFIG_SYS_NO_FLASH)
|
||||||
# define CONFIG_ENV_IS_NOWHERE
|
# define CONFIG_ENV_IS_NOWHERE
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user