summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@majess.pl>2015-08-24 00:21:50 +0200
committerMarek Vasut <marex@denx.de>2015-09-07 13:41:05 +0200
commit542e02ad41d2083c4a089d25962477c6f66cde9f (patch)
treef7215a1afc2ecdb8cdd5d97cc7f0432f958c7080 /configs
parent585a696e4eebab3b48004cf70e1077fb38287c60 (diff)
downloadtalos-obmc-uboot-542e02ad41d2083c4a089d25962477c6f66cde9f.tar.gz
talos-obmc-uboot-542e02ad41d2083c4a089d25962477c6f66cde9f.zip
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 <l.majewski@majess.pl> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/am335x_boneblack_defconfig1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud