[PATCH V2 3/9] beagle: beagley-ai: env: Set up the boot devices and boot methods
Nishanth Menon
nm at ti.com
Fri Apr 18 21:39:37 CEST 2025
We just have a single MMC on BeagleY-AI. So drop all other boot options,
In the meanwhile, we also will use efiboot and standard boot methods
consistent with other K3 Beagle products.
Signed-off-by: Nishanth Menon <nm at ti.com>
---
Changes Since v1:
- None
V1: https://lore.kernel.org/r/20250411225717.3117370-4-nm@ti.com
board/beagle/beagley-ai/beagley-ai.env | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/board/beagle/beagley-ai/beagley-ai.env b/board/beagle/beagley-ai/beagley-ai.env
index 10d62034e1af..db29d13420aa 100644
--- a/board/beagle/beagley-ai/beagley-ai.env
+++ b/board/beagle/beagley-ai/beagley-ai.env
@@ -11,7 +11,8 @@ args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000
${mtdparts}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
-boot_targets=mmc1 mmc0 pxe dhcp
+boot_targets=mmc1
+bootmeths=script extlinux efi pxe
boot=mmc
mmcdev=1
bootpart=1:2
--
2.47.0
More information about the U-Boot
mailing list