summaryrefslogtreecommitdiff
path: root/example/uboot_env.env
blob: 35330e809f4b8061847eec7ca46e1835b5982a2c (plain)
1
2
3
4
5
6
7
8
9
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