From d096ff98c88143d58e32e017a607f54b61c22cac Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Fri, 25 Apr 2025 12:31:13 -0500 Subject: [PATCH] beagle: beagley-ai: env: Set up the boot devices and boot methods 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 Reviewed-by: Udit Kumar Reviewed-by: Bryan Brattlof Reviewed-by: Andrew Davis --- 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 10d62034e1a..db29d13420a 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.39.5