Alexander Holler cf073e49bc omap3_beagle: enable the use of a plain text file
Using the new env import command it is possible to use plain text files instead
of script-images. Plain text files are much easier to handle.

E.g. If your boot.scr contains the following:
-----------------------------------
setenv dvimode 1024x768-16@60
run loaduimage
run mmcboot
-----------------------------------
you could create a file named uEnv.txt and use that instead of boot.scr:
-----------------------------------
dvimode=1024x768-16@60
uenvcmd=run loaduimage; run mmcboot
-----------------------------------
The variable uenvcmd (if existent) will be executed (using run) after uEnv.txt
was loaded. If uenvcmd doesn't exist the default boot sequence will be started,
therefore you could just use
-----------------------------------
dvimode=1024x768-16@60
-----------------------------------
as uEnv.txt because loaduimage and mmcboot is part of the default boot sequence

Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2011-04-27 19:38:06 +02:00
..
2011-04-20 15:09:19 -05:00
2011-04-13 19:43:28 +10:00
2011-04-13 19:43:28 +10:00
2010-12-09 10:24:09 +01:00
2011-04-20 15:09:34 -05:00
2010-11-28 21:58:27 +01:00
2011-04-20 15:09:19 -05:00
2010-11-28 21:56:39 +01:00
2011-02-02 00:54:42 +01:00
2011-03-27 19:19:54 +02:00
2011-04-20 15:09:34 -05:00
2011-02-19 20:32:36 +01:00