aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAlexander Holler <holler@ahsoftware.de>2011-04-18 17:25:13 -0400
committerJohn Rigby <john.rigby@linaro.org>2011-06-30 17:37:58 +0100
commitd48a07356ada8ddbcda70f940f6d6654abae10dc (patch)
tree357f945a17a5385650b89d42c78b5abe55ad4a78 /net
parent0058c35ca17493ebddabd7ea5623222b06032b47 (diff)
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>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions