move boards to arch/<architecure>/boards
[barebox-mini2440.git] / arch / arm / boards / mmccpu / env / config
blob5367cd9f56162a6718113c9d37574f8b8c4b6d7f
1 #!/bin/sh
3 # can be either 'net', 'nor' or 'nand''
4 kernel=nor
5 root=nor
7 uimage=uImage-mmccpu
8 jffs2=root-mmccpu.jffs2
10 autoboot_timeout=3
12 nfsroot="/home/kschwinne/src/pengutronix/OSELAS.BSP-Bucyrus-Grabowski-trunk/platform-Bucyrus-mmccpu/root"
14 bootargs="console=ttyS0,115200 mmccpu=p299"
16 #nor_parts="256k(barebox)ro,128k(bareboxenv),1536k(kernel),-(root)"
17 nor_parts="256k(barebox)ro,128k(bareboxenv),1536k(kernel),10240k(root),10240k(rootbu),-(data)"
18 rootpart_nor="/dev/mtdblock3"
20 #nand_parts="256k(barebox)ro,64k(bareboxenv),1536k(kernel),-(root)"
21 #rootpart_nand="/dev/mtdblock7"
23 # use 'dhcp' to do dhcp in barebox and in kernel
24 ip=dhcp
26 # or set your networking parameters here
27 #eth0.ipaddr=a.b.c.d
28 #eth0.netmask=a.b.c.d
29 #eth0.gateway=a.b.c.d
30 #eth0.serverip=a.b.c.d