diff options
author | Tom Rini <trini@konsulko.com> | 2021-04-27 08:28:38 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-27 08:28:38 -0400 |
commit | 79b0f08d6af498e6fda8cd257d62e2095764410c (patch) | |
tree | 7c8a9b2f2919aba421550513e9ca1890ba199c09 /configs/socfpga_stratix10_atf_defconfig | |
parent | 27af387e4fa7c04d27a92d5d374d81f2a8fa3cce (diff) | |
download | u-boot-79b0f08d6af498e6fda8cd257d62e2095764410c.tar.gz u-boot-79b0f08d6af498e6fda8cd257d62e2095764410c.tar.bz2 u-boot-79b0f08d6af498e6fda8cd257d62e2095764410c.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/socfpga_stratix10_atf_defconfig')
-rw-r--r-- | configs/socfpga_stratix10_atf_defconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/socfpga_stratix10_atf_defconfig b/configs/socfpga_stratix10_atf_defconfig index 7466025bc0..c187987dd8 100644 --- a/configs/socfpga_stratix10_atf_defconfig +++ b/configs/socfpga_stratix10_atf_defconfig @@ -14,10 +14,7 @@ CONFIG_IDENT_STRING="socfpga_stratix10" CONFIG_SPL_FS_FAT=y CONFIG_DEFAULT_DEVICE_TREE="socfpga_stratix10_socdk" CONFIG_FIT=y -CONFIG_FIT_SIGNATURE=y -CONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 CONFIG_SPL_FIT_SIGNATURE=y -CONFIG_SPL_CRC32_SUPPORT=y CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x02000000 # CONFIG_USE_SPL_FIT_GENERATOR is not set @@ -26,6 +23,7 @@ CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="earlycon" CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="run fatscript; run mmcfitload; run linux_qspi_enable; run mmcfitboot" +CONFIG_SPL_CRC32_SUPPORT=y CONFIG_SPL_SPI_LOAD=y CONFIG_SPL_ATF=y CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y |