From 95fc69e4e10f862a44ac9e744f98730b5ab493c0 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Thu, 18 Oct 2007 18:31:15 +0200 Subject: preliminary default environment added --- board/phycore_imx31/env/bin/init | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/phycore_imx31/env/bin/init 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" -- cgit v1.2.3