diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-11-03 13:47:24 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-11-03 13:47:24 +0100 |
commit | 0340e79597685b2ffc177283f50e450d2949cff5 (patch) | |
tree | d65581dd553bbe736233fd89e0bfadc504388721 /mkubootenv/example | |
parent | 9b67de66810c5bff9d69b69d01f96d4d3be12bca (diff) | |
parent | c6e370e4a3a1c574e50240fecefe05965464aefd (diff) |
Merge mkubootenv tree into own subdirectory
Diffstat (limited to 'mkubootenv/example')
-rw-r--r-- | mkubootenv/example/uboot_env.bin | bin | 0 -> 247 bytes | |||
-rw-r--r-- | mkubootenv/example/uboot_env.env | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/mkubootenv/example/uboot_env.bin b/mkubootenv/example/uboot_env.bin Binary files differnew file mode 100644 index 0000000..9c4138c --- /dev/null +++ b/mkubootenv/example/uboot_env.bin 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 |