mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02: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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user