summaryrefslogtreecommitdiffstats
path: root/board/phycore_imx31/env/bin/init
blob: b4b4c72b281e36678355551773b8f64be2baaef8 (plain)
1
2
3
4
5
6
7
#
# setup the partitions in the main flash
#
nor_parts="nor0:256k(uboot),128k(env),256k(bla),1024k(blubb),2048k(friesel)"
addpart nor0:$nor_parts

echo "System is up and running"