diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-11 07:10:18 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 07:10:18 -0400 |
commit | 7f513e8196589e3b1274132abe3b59e52979e3e5 (patch) | |
tree | 971e50888e2ce7a42cc409d22d4e2c140e85a48d /include/configs/ls2080a_common.h | |
parent | b24065c4ef21687787a74eef22dfa9232096f965 (diff) | |
parent | 1c83df6f3f95055ed1c8fb40d1d0604863eab78b (diff) | |
download | u-boot-7f513e8196589e3b1274132abe3b59e52979e3e5.tar.gz |
Merge git://git.denx.de/u-boot-fsl-qoriq
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 |