env: ti: Add environment variables to boot from UFS
authorFaiz Abbas <faiz_abbas@ti.com>
Tue, 15 Oct 2019 12:54:41 +0000 (18:24 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 24 Oct 2019 00:47:12 +0000 (20:47 -0400)
commit13b6770c0513eb80596c862b0c513101b5449934
tree0bbb82b4bfbebce80a3c85bdfbae16d51ff1824a
parenta539c8bd7dffa144bdc4826d5858a515f626856f
env: ti: Add environment variables to boot from UFS

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 <faiz_abbas@ti.com>
include/configs/j721e_evm.h
include/environment/ti/ufs.h [new file with mode: 0644]