uboot-tools/uEnv.txt
Dennis Gilmore 2f2829ddaa we only need a single uEnv.txt now for all the vfat setups
remove the patches to be replaced
2013-10-18 07:29:00 -05:00

5 lines
177 B
Plaintext

bootpart=0:3
bootfile=boot.scr
bootdir=/boot
uenvcmd=ext2load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}; echo Running boot.scr script from mmc ...; source ${loadaddr}