#!/bin/bbload
#	set some variables
set ethaddr0 00:02:d8:00:00:50
set ethaddr1 00:02:d8:00:00:51
# If there is no MAC2 interface, comment out the following line.
set ethaddr2 00:02:d8:00:00:52

set modetty0 "57600,n,8,1,hw"
set bootserport tty0
set cpuconfig ""
set baseboardserial 0000000086
set bootprot tftp
set bootserver 0.0.0.0
set bootfile ""

# Set calling arguments (argc, argv)
setargs progname ip=192.168.15.2::192.168.15.1::Brecis:eth0:none ip=192.168.16.2:::::eth1:none

# Use setpc for address to start execution if flash-based initialization
# Note: no attempt is made to copy a kernel from flash to SDRAM in this case.
# This is commented-out to be compatible with the default action for the
# included example "kernel" in bin.
#setpc bfc20000

#!eof
