From 64b810b41989876099b3c461b3ac91d4b3813d9d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 14 Dec 2009 17:50:35 +0100 Subject: Add README and example directory, correct usage --- example/uboot_env.env | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 example/uboot_env.env (limited to 'example/uboot_env.env') diff --git a/example/uboot_env.env b/example/uboot_env.env new file mode 100644 index 0000000..35330e8 --- /dev/null +++ b/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 -- cgit v1.2.3-54-g00ecf