Newer
Older
barebox / board / pcm037 / env / bin / init
@Juergen Beisert Juergen Beisert on 8 Nov 2007 225 bytes Using correct board names all over the place
#
# setup the partitions in the main flash
#
nor_parts="nor0:128k(uboot),128k(env),2M(kernel),-(jffs2)"
addpart $nor_parts

#
# setup default ethernet address
#
eth0.ethaddr=80:81:82:83:84:85

echo "System is up and running"