Files
u-boot/include/configs
Enric Balletbo i Serra 1b8ec016cd igep00x0: enable the use of a plain text file
Based on commit cf073e49bc for beagleboard

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: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
2012-05-15 08:31:40 +02:00
..
2012-01-26 16:09:06 -06:00
2011-10-05 22:22:16 +02:00
2012-01-26 16:08:55 -06:00
2011-11-27 19:44:21 +01:00
2011-11-27 19:44:21 +01:00
2011-11-27 19:44:21 +01:00
2011-10-05 22:22:16 +02:00
2012-03-13 12:06:41 +01:00
2012-03-13 12:06:41 +01:00
2012-03-13 12:06:41 +01:00
2012-03-13 12:06:41 +01:00
2012-03-13 12:06:41 +01:00
2012-01-26 16:09:06 -06:00
2012-02-12 15:03:25 -05:00
2012-05-15 08:31:28 +02:00
2012-03-18 20:10:02 +01:00
2011-10-27 21:56:37 +02:00
2010-11-26 21:12:52 +01:00
2012-05-15 08:31:21 +02:00
2012-02-12 10:11:28 +01:00
2012-04-19 22:01:12 +02:00
2012-03-13 12:06:41 +01:00
2012-04-19 22:01:13 +02:00
2012-05-15 08:31:22 +02:00
2012-04-19 22:01:12 +02:00
2011-10-05 22:22:16 +02:00
2012-04-19 22:01:13 +02:00
2012-04-19 22:01:13 +02:00
2012-04-19 22:01:13 +02:00
2012-04-19 22:01:13 +02:00
2012-03-13 12:06:41 +01:00
2011-11-09 09:13:39 -06:00
2012-03-27 09:41:14 +02:00
2012-03-27 09:41:14 +02:00
2012-05-15 08:31:34 +02:00
2012-03-27 09:41:15 +02:00
2011-10-27 23:54:08 +02:00
2012-04-02 15:54:53 +02:00
2012-01-26 16:09:06 -06:00
2012-02-12 15:03:25 -05:00
2012-04-19 22:01:13 +02:00
2012-03-12 11:03:43 -04:00
2011-10-05 22:22:16 +02:00
2012-05-15 08:31:40 +02:00
2012-02-12 10:11:30 +01:00
2011-12-09 17:30:09 +01:00
2012-04-16 14:47:58 +02:00
2011-10-05 22:22:16 +02:00
2012-04-19 22:01:13 +02:00