From: Lukasz Majewski Date: Sun, 23 Aug 2015 22:21:50 +0000 (+0200) Subject: dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig X-Git-Tag: KARO-TXSD-2017-03-15~3428^2~1 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=542e02ad41d2083c4a089d25962477c6f66cde9f dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig This commit enables support for DFU_TFTP on the am335x bone black device. Signed-off-by: Lukasz Majewski Acked-by: Joe Hershberger --- diff --git a/configs/am335x_boneblack_defconfig b/configs/am335x_boneblack_defconfig index 60339c8725..f1ff65fa83 100644 --- a/configs/am335x_boneblack_defconfig +++ b/configs/am335x_boneblack_defconfig @@ -8,3 +8,4 @@ CONFIG_SYS_EXTRA_OPTIONS="EMMC_BOOT" # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set CONFIG_SPI_FLASH=y +CONFIG_DFU_TFTP=y