[U-Boot] [PATCH 8/8] config: bbb: Configs necessary for running update via TFTP on Beagle Bone Black
Lukasz Majewski
l.majewski at majess.pl
Sun Jul 12 17:30:44 CEST 2015
Signed-off-by: Lukasz Majewski <l.majewski at majess.pl>
---
include/configs/am335x_evm.h | 10 ++++++++++
1 file changed, 10 insertions(+)
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" \
--
2.1.4
More information about the U-Boot
mailing list