diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2019-06-11 04:51:15 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-14 16:10:36 -0400 |
commit | b618b3707633d4e345104b345c382b5e3bfcbe52 (patch) | |
tree | d7bd7b4968fbe501599ce9144d05a5c206eb58f2 /configs/apalis-tk1_defconfig | |
parent | 3f6bcdf6a5b315e99b878212219a99e8df177112 (diff) | |
download | u-boot-b618b3707633d4e345104b345c382b5e3bfcbe52.tar.gz |
net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig
Convert CONFIG_TFTP_BLOCKSIZE to Kconfig, update defconfigs,
headers and whitelist.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs/apalis-tk1_defconfig')
-rw-r--r-- | configs/apalis-tk1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig index 141260f44b..41f3aff149 100644 --- a/configs/apalis-tk1_defconfig +++ b/configs/apalis-tk1_defconfig @@ -32,6 +32,7 @@ CONFIG_CMD_EXT4_WRITE=y CONFIG_OF_LIVE=y CONFIG_DEFAULT_DEVICE_TREE="tegra124-apalis" CONFIG_IP_DEFRAG=y +CONFIG_TFTP_BLOCKSIZE=16352 CONFIG_SPL_DM=y CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y |