#!/bin/bbload
#	set some variables

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

setargs progname ip=192.168.0.1::192.168.0.254:255.255.255.0::eth0: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.
setpc bfc20000

#!eof
