Re: [PATCH v2] board: beagleplay: Fix the bootpart to pick from root partition

2024-06-28 Thread Tom Rini
On Tue, 18 Jun 2024 10:23:18 +0530, Dhruva Gole wrote: > The Kernel Image and DTB files are supposed to be picked from the rootfs > of the SD Card, this fails in legacy boot flow because bootpart is set > to 1:1. Fix it. > > Applied to u-boot/next, thanks! -- Tom

[PATCH v2] board: beagleplay: Fix the bootpart to pick from root partition

2024-06-17 Thread Dhruva Gole
The Kernel Image and DTB files are supposed to be picked from the rootfs of the SD Card, this fails in legacy boot flow because bootpart is set to 1:1. Fix it. Fixes: a200f428b5b21 ("board: ti: am62x: Add am62x_beagleplay_* defconfigs and env file") Reviewed-by: Nishanth Menon Acked-by: Chirag S