summaryrefslogtreecommitdiffstats
path: root/board/mmccpu/env/config
diff options
context:
space:
mode:
Diffstat (limited to 'board/mmccpu/env/config')
-rw-r--r--board/mmccpu/env/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/mmccpu/env/config b/board/mmccpu/env/config
index de92684484..5367cd9f56 100644
--- a/board/mmccpu/env/config
+++ b/board/mmccpu/env/config
@@ -13,14 +13,14 @@ nfsroot="/home/kschwinne/src/pengutronix/OSELAS.BSP-Bucyrus-Grabowski-trunk/plat
bootargs="console=ttyS0,115200 mmccpu=p299"
-#nor_parts="256k(uboot)ro,128k(ubootenv),1536k(kernel),-(root)"
-nor_parts="256k(uboot)ro,128k(ubootenv),1536k(kernel),10240k(root),10240k(rootbu),-(data)"
+#nor_parts="256k(barebox)ro,128k(bareboxenv),1536k(kernel),-(root)"
+nor_parts="256k(barebox)ro,128k(bareboxenv),1536k(kernel),10240k(root),10240k(rootbu),-(data)"
rootpart_nor="/dev/mtdblock3"
-#nand_parts="256k(uboot)ro,64k(ubootenv),1536k(kernel),-(root)"
+#nand_parts="256k(barebox)ro,64k(bareboxenv),1536k(kernel),-(root)"
#rootpart_nand="/dev/mtdblock7"
-# use 'dhcp' to do dhcp in uboot and in kernel
+# use 'dhcp' to do dhcp in barebox and in kernel
ip=dhcp
# or set your networking parameters here