summaryrefslogtreecommitdiff
path: root/mkubootenv/example
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-11-03 13:47:24 +0100
committerTobias Klauser <tklauser@distanz.ch>2010-11-03 13:47:24 +0100
commit0340e79597685b2ffc177283f50e450d2949cff5 (patch)
treed65581dd553bbe736233fd89e0bfadc504388721 /mkubootenv/example
parent9b67de66810c5bff9d69b69d01f96d4d3be12bca (diff)
parentc6e370e4a3a1c574e50240fecefe05965464aefd (diff)
Merge mkubootenv tree into own subdirectory
Diffstat (limited to 'mkubootenv/example')
-rw-r--r--mkubootenv/example/uboot_env.binbin0 -> 247 bytes
-rw-r--r--mkubootenv/example/uboot_env.env10
2 files changed, 10 insertions, 0 deletions
diff --git a/mkubootenv/example/uboot_env.bin b/mkubootenv/example/uboot_env.bin
new file mode 100644
index 0000000..9c4138c
--- /dev/null
+++ b/mkubootenv/example/uboot_env.bin
Binary files differ
diff --git a/mkubootenv/example/uboot_env.env b/mkubootenv/example/uboot_env.env
new file mode 100644
index 0000000..35330e8
--- /dev/null
+++ b/mkubootenv/example/uboot_env.env
@@ -0,0 +1,10 @@
+baudrate=115200
+kernel_addr=4050000
+bootcmd=run flash_ram
+ramargs=setenv bootargs root=/dev/ram rw panic=1
+bootdelay=3
+flash_ram=run set_mac;run ramargs;bootm ${kernel_addr}
+stdin=serial
+stdout=serial
+stderr=serial
+ethaddr=00:15:12:00:20:01