Files
u-boot-tk1-som/include
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
..
2010-04-13 09:13:04 +02:00
2012-04-30 16:54:51 +02:00
2011-08-01 15:19:40 +02:00
2008-12-15 22:05:36 +01:00
2012-05-15 08:31:37 +02:00
2012-05-15 08:31:30 +02:00
2011-08-04 23:34:02 +02:00
2011-08-01 15:19:40 +02:00
2010-01-27 21:23:14 +01:00
2012-03-18 20:10:02 +01:00
2012-03-27 22:05:28 +02:00
2009-10-27 20:58:25 +01:00
2009-01-24 00:23:09 +01:00
2009-09-04 21:54:52 +02:00
2011-10-22 01:22:21 +02:00
2010-09-19 19:29:47 +02:00
2010-12-09 10:24:09 +01:00
2011-10-26 21:40:44 +02:00
2011-08-04 23:34:02 +02:00
2012-05-15 08:31:40 +02:00
2011-08-01 15:19:40 +02:00
2011-05-19 22:22:44 +02:00
2012-05-15 08:31:34 +02:00
2008-10-18 21:54:03 +02:00
2011-04-30 23:29:55 +02:00
2009-10-13 06:17:35 -05:00
2008-10-18 21:54:03 +02:00
2010-01-21 22:26:00 +01:00
2011-09-10 00:04:01 +02:00
2009-04-03 23:47:06 +02:00
2008-10-18 21:54:03 +02:00
2012-03-13 12:06:41 +01:00
2008-10-18 21:54:03 +02:00
2010-10-12 22:44:33 +02:00
2008-10-18 21:54:03 +02:00
2008-10-18 21:54:03 +02:00
2008-10-18 21:54:03 +02:00
2012-03-29 07:57:10 +02:00
2010-03-21 22:44:42 +01:00
2008-10-18 21:54:03 +02:00
2012-03-12 11:06:48 -04:00
2011-07-26 14:10:14 +02:00
2010-03-12 23:06:04 +01:00
2012-03-30 22:46:00 +02:00
2012-03-26 23:09:23 +02:00
2012-05-15 08:31:34 +02:00
2011-10-05 22:03:11 +02:00
2011-03-27 19:19:54 +02:00
2008-10-18 21:54:03 +02:00
2011-08-04 23:34:02 +02:00
2011-08-04 23:34:02 +02:00
2011-08-01 15:19:40 +02:00
2011-06-22 20:00:51 +02:00
2009-10-03 10:17:56 +02:00
2012-05-15 08:31:40 +02:00
2011-12-07 08:45:51 +01:00
2012-05-15 08:31:37 +02:00
2011-04-29 07:32:48 -05:00
2011-09-30 22:00:55 +02:00
2012-05-15 08:31:25 +02:00
2009-01-28 19:57:27 +01:00
2012-03-19 00:08:16 +01:00
2011-08-01 15:19:40 +02:00
2008-10-18 21:54:03 +02:00
2010-05-28 10:56:04 -04:00
2011-08-01 15:19:40 +02:00