summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSantan Kumar <santan.kumar@nxp.com>2017-08-09 05:05:45 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-08-17 11:29:10 (GMT)
commit7c77e344d3bf7d6030d1200ae76227c2086ac95d (patch)
tree7547ea6372f58793879cff2cc3662877a81a4195 /include
parent624eab33866c2fe9e1ec49823a8c9b9b1df8696e (diff)
downloadu-boot-7c77e344d3bf7d6030d1200ae76227c2086ac95d.tar.xz
armv8: ls2080a: Increase env sector size for qspi boot
Increase env sector size from 64kb to 256kb for qspi boot Signed-off-by: Santan Kumar <santan.kumar@nxp.com> Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ls2080a_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index dbca05a..38e583c 100644
--- a/include/configs/ls2080a_common.h
+++ b/include/configs/ls2080a_common.h
@@ -34,7 +34,7 @@
#define CONFIG_ENV_IS_IN_SPI_FLASH
#define CONFIG_ENV_SIZE 0x2000 /* 8KB */
#define CONFIG_ENV_OFFSET 0x300000 /* 3MB */
-#define CONFIG_ENV_SECT_SIZE 0x10000
+#define CONFIG_ENV_SECT_SIZE 0x40000
#endif
#define CONFIG_SUPPORT_RAW_INITRD