summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-07-26 09:25:45 +0100
committerAndy Green <andy.green@linaro.org>2011-07-26 09:25:45 +0100
commitaa4378682b1d59a8ef3da4afb9874b1717d3a067 (patch)
tree62c7c441312b0a7d9bb8499dabfbdc025d916b4b
parent0d39333315d7ce1ea41da441cad518144df6d2a4 (diff)
The following boot.scr contents are needed for 3D operation setenv bootcmd 'fatload mmc 0:1 0x80200000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80200000 0x81600000' setenv bootargs 'console=ttyO2,115200n8r rootwait ro fixrtc nocompcache loglevel=4 mem=456M@0x80000000 mem=512M@0xA0000000 init=/init vram=32M omapfb.vram=0:16M,1:16M' boot boot.scr needs a funky header so this patch adds it to the tree for ease of use and maintainence Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--boot.scrbin0 -> 366 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/boot.scr b/boot.scr
new file mode 100644
index 00000000000..1f9c7def2a3
--- /dev/null
+++ b/boot.scr
Binary files differ