summaryrefslogtreecommitdiffstats
path: root/board/pcm037/env/bin/init
blob: b75a9af2dfddaacff46b3307aad5265152648fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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"