diff options
author | Nishanth Menon <nm@ti.com> | 2025-04-25 12:31:13 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-05-02 14:23:32 -0600 |
commit | d096ff98c88143d58e32e017a607f54b61c22cac (patch) | |
tree | 7b0490060a418b7197110cbfaf446c1c161d427d | |
parent | 6f478ce788e9137ede4b085330d35ff91b919285 (diff) |
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 <nm@ti.com>
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Reviewed-by: Andrew Davis <afd@ti.com>
-rw-r--r-- | board/beagle/beagley-ai/beagley-ai.env | 3 |
1 files changed, 2 insertions, 1 deletions
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 |