diff options
author | Santan Kumar <santan.kumar@nxp.com> | 2017-08-09 10:35:45 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-08-09 09:57:33 -0700 |
commit | 1c83df6f3f95055ed1c8fb40d1d0604863eab78b (patch) | |
tree | 8714e1ea0087054353da865c64801b61a1171c6d /include/configs/ls2080a_common.h | |
parent | acb90e8338734004aed6e0cb47585c96611ce9c9 (diff) | |
download | u-boot-1c83df6f3f95055ed1c8fb40d1d0604863eab78b.tar.gz u-boot-1c83df6f3f95055ed1c8fb40d1d0604863eab78b.tar.bz2 u-boot-1c83df6f3f95055ed1c8fb40d1d0604863eab78b.zip |
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>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls2080a_common.h')
-rw-r--r-- | include/configs/ls2080a_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h index 6ae5586d64..1ec6cb2cde 100644 --- a/include/configs/ls2080a_common.h +++ b/include/configs/ls2080a_common.h @@ -33,7 +33,7 @@ #define CONFIG_SYS_TEXT_BASE 0x20100000 #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 |