diff options
author | Tom Rini <trini@konsulko.com> | 2019-12-02 10:53:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-02 10:53:34 -0500 |
commit | 357040645f9f56b33909520483df9f840be7e181 (patch) | |
tree | 79cc7f6b5d57750b3e2d81ae7e9e7aefc897abcd /configs/lx2160aqds_tfa_defconfig | |
parent | 1f3813c2ab093334e714b2dc7172fe0b112c18b6 (diff) | |
parent | 873d00a3fb066933f40341220fa65414cf2a1416 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
- fsl-qoriq : Minor bug fixes and updates on lx2160a, ls1028a, ls1012a,
ls1043aqds platforms
Diffstat (limited to 'configs/lx2160aqds_tfa_defconfig')
-rw-r--r-- | configs/lx2160aqds_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2160aqds_tfa_defconfig b/configs/lx2160aqds_tfa_defconfig index a35f1cc38d..8f2cfad3b3 100644 --- a/configs/lx2160aqds_tfa_defconfig +++ b/configs/lx2160aqds_tfa_defconfig @@ -4,6 +4,7 @@ CONFIG_TFABOOT=y CONFIG_SYS_TEXT_BASE=0x82000000 CONFIG_SYS_MALLOC_F_LEN=0x6000 CONFIG_ENV_SIZE=0x2000 +CONFIG_ENV_SECT_SIZE=0x20000 CONFIG_ENV_OFFSET=0x500000 CONFIG_NR_DRAM_BANKS=3 CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y |