Newer
Older
barebox / board / phycore_imx31 / env / bin / init
@Juergen Beisert Juergen Beisert on 19 Oct 2007 225 bytes ethernet address default
#
# 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"