summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-18 18:31:15 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-18 18:31:15 +0200
commit95fc69e4e10f862a44ac9e744f98730b5ab493c0 (patch)
tree7bc8d909bee7f5f40403067b6c1e9b0ef8c3c8e7
parentad0bfce51d83bdeca625c37793eb4b7e2a995445 (diff)
downloadbarebox-95fc69e4e10f862a44ac9e744f98730b5ab493c0.tar.gz
barebox-95fc69e4e10f862a44ac9e744f98730b5ab493c0.tar.xz
preliminary default environment added
-rw-r--r--board/phycore_imx31/env/bin/init7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/phycore_imx31/env/bin/init b/board/phycore_imx31/env/bin/init
new file mode 100644
index 0000000000..b4b4c72b28
--- /dev/null
+++ b/board/phycore_imx31/env/bin/init
@@ -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"