projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
595af9d
)
ARM: zynq: Wire-up saving environment to QSPI
author
Michal Simek
<
[email protected]
>
Sat, 13 Feb 2016 11:02:53 +0000
(12:02 +0100)
committer
Jagan Teki
<
[email protected]
>
Tue, 23 Feb 2016 10:44:45 +0000
(16:14 +0530)
Extend options for saving variables to QSPI.
Reviewed-by: Jagan Teki <
[email protected]
>
Signed-off-by: Michal Simek <
[email protected]
>
include/configs/zynq-common.h
patch
|
blob
|
history
diff --git
a/include/configs/zynq-common.h
b/include/configs/zynq-common.h
index e8c3ef0c387222ad0c507a90451bd09ae68d058c..229bc7a809f2c0eee8f31fb8115100d37233fbed 100644
(file)
--- a/
include/configs/zynq-common.h
+++ b/
include/configs/zynq-common.h
@@
-197,7
+197,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