diff mbox

[U-Boot,8/8] config: bbb: Configs necessary for running update via TFTP on Beagle Bone Black

Message ID 1436715044-18706-9-git-send-email-l.majewski@majess.pl
State Superseded
Headers show

Commit Message

Lukasz Majewski July 12, 2015, 3:30 p.m. UTC
Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
---
 include/configs/am335x_evm.h | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff mbox

Patch

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 035c156..09f6543 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -46,6 +46,16 @@ 
 #define CONFIG_CMD_GPT
 #define CONFIG_EFI_PARTITION
 
+/* Commands to enable DFU TFTP support */
+#define CONFIG_CMD_DFUTFTP
+#define CONFIG_UPDATE_TFTP
+#define CONFIG_DFU_TFTP
+#define CONFIG_OF_LIBFDT
+
+/* Enable SHA1 support */
+#define CONFIG_SHA1
+#define CONFIG_CMD_SHA1SUM
+
 #ifdef CONFIG_NAND
 #define NANDARGS \
 	"mtdids=" MTDIDS_DEFAULT "\0" \