9
0
Fork 0

preliminary default environment added

This commit is contained in:
Juergen Beisert 2007-10-18 18:31:15 +02:00
parent ad0bfce51d
commit 95fc69e4e1
1 changed files with 7 additions and 0 deletions

7
board/phycore_imx31/env/bin/init vendored Normal file
View File

@ -0,0 +1,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"