[PATCH 5/9] beagle: beagley-ai: env: Enable DFU env options
Nishanth Menon
nm at ti.com
Fri Apr 25 19:31:15 CEST 2025
Just enable dfu options, We have MMC and RAM as options here.
Signed-off-by: Nishanth Menon <nm at ti.com>
---
Changes Since v2:
- Dropped the dfu_alt_info override option, let the users select it
- Updated commit message to the effect.
V2: https://lore.kernel.org/r/20250418193943.953952-6-nm@ti.com
board/beagle/beagley-ai/beagley-ai.env | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/beagle/beagley-ai/beagley-ai.env b/board/beagle/beagley-ai/beagley-ai.env
index 16a03acfca3c..70afbf9763f9 100644
--- a/board/beagle/beagley-ai/beagley-ai.env
+++ b/board/beagle/beagley-ai/beagley-ai.env
@@ -1,5 +1,6 @@
#include <env/ti/ti_common.env>
#include <env/ti/mmc.env>
+#include <env/ti/k3_dfu.env>
#if CONFIG_CMD_REMOTEPROC
#include <env/ti/k3_rproc.env>
--
2.47.0
More information about the U-Boot
mailing list