Files
u-boot/include/configs
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
..
2010-10-27 22:48:30 +02:00
2010-09-03 15:13:02 +02:00
2010-09-03 15:13:02 +02:00
2010-09-03 15:13:02 +02:00
2010-09-03 15:13:02 +02:00
2011-02-02 00:54:43 +01:00
2010-12-09 10:24:12 +01:00
2010-12-11 10:47:30 -05:00
2011-04-08 00:44:26 -04:00
2010-11-26 21:12:52 +01:00
2010-12-09 10:24:12 +01:00
2011-04-13 19:43:28 +10:00
2011-02-02 16:18:45 +09:00
2010-09-03 15:13:02 +02:00
2010-12-09 10:24:11 +01:00
2011-02-07 11:13:16 +01:00
2011-02-07 11:13:16 +01:00
2011-04-11 22:41:37 +02:00
2011-02-02 16:18:44 +09:00
2010-11-27 23:35:08 +01:00
2010-11-27 23:35:08 +01:00
2011-02-02 16:18:45 +09:00
2010-10-27 22:48:30 +02:00
2010-10-27 22:48:30 +02:00
2010-11-19 16:29:02 -05:00
2010-12-16 22:45:00 +01:00
2010-12-16 22:46:06 +01:00
2010-12-16 22:45:30 +01:00
2011-03-27 19:20:06 +02:00
2010-10-27 22:48:30 +02:00
2010-11-27 23:35:08 +01:00