Re: [PATCH 3/3] include: configs: am64x_evm: Add env variables for booting to kernel using USB MSC device

2021-09-11 Thread Tom Rini
On Wed, Aug 04, 2021 at 06:42:46PM +0530, Aswath Govindraju wrote: > Add env variables for booting to kernel from USB MSC device. The second > partition in the USB MSC device needs to formatted as ext4 file system with > kernel and dtb images, present in the /boot folder. > > Signed-off-by: Aswat

[PATCH 3/3] include: configs: am64x_evm: Add env variables for booting to kernel using USB MSC device

2021-08-04 Thread Aswath Govindraju
Add env variables for booting to kernel from USB MSC device. The second partition in the USB MSC device needs to formatted as ext4 file system with kernel and dtb images, present in the /boot folder. Signed-off-by: Aswath Govindraju --- include/configs/am64x_evm.h | 31 ++