diff options
Diffstat (limited to 'configs/dalmore_defconfig')
-rw-r--r-- | configs/dalmore_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/dalmore_defconfig b/configs/dalmore_defconfig index f2c1e84978..fc15212122 100644 --- a/configs/dalmore_defconfig +++ b/configs/dalmore_defconfig @@ -33,6 +33,8 @@ CONFIG_SPL_DM=y CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y CONFIG_DFU_SF=y +CONFIG_SYS_DFU_DATA_BUF_SIZE=0x100000 +CONFIG_SYS_DFU_MAX_FILE_SIZE=0x2000000 CONFIG_SYS_I2C_TEGRA=y CONFIG_SF_DEFAULT_MODE=0 CONFIG_SF_DEFAULT_SPEED=24000000 |