[U-Boot] [PATCH v2 10/11] env: ti: Add environment variables to boot from UFS

2019-10-15 Thread Faiz Abbas
Add environment variables to boot kernel from a filesystem contained in the 2nd UFS LUN. The user can boot from a ufs filesystem just by entering the following commands. => setenv boot ufs => boot Signed-off-by: Faiz Abbas --- include/configs/j721e_evm.h | 4 +++- include/environment/ti/ufs.h

Re: [U-Boot] [PATCH v2 10/11] env: ti: Add environment variables to boot from UFS

2019-10-24 Thread Tom Rini
On Tue, Oct 15, 2019 at 06:24:41PM +0530, Faiz Abbas wrote: > Add environment variables to boot kernel from a filesystem contained in > the 2nd UFS LUN. The user can boot from a ufs filesystem just by > entering the following commands. > > => setenv boot ufs > => boot > > Signed-off-by: Faiz Abb