move boards to arch/<architecure>/boards
[barebox-mini2440.git] / arch / arm / boards / pm9263 / env / config
blob75132911c40e5bf146ed73268d4366d1874df5cd
1 #!/bin/sh
3 # can be either 'net', 'nor' or 'nand''
4 kernel=net
5 root=net
7 uimage=uImage-PM9263
8 jffs2=root-PM9263.jffs2
10 autoboot_timeout=3
12 nfsroot="/ptx/work/octopus/mkl/bucyrus/OSELAS.BSP-Bucyrus-Grabowski-trunk/platform-Ronetix-PM9263/root"
13 bootargs="console=ttyS0,115200"
15 nor_parts="256k(barebox)ro,64k(bareboxenv),1536k(kernel),-(root)"
16 rootpart_nor="/dev/mtdblock3"
18 #nand_parts="256k(barebox)ro,64k(bareboxenv),1536k(kernel),-(root)"
19 #rootpart_nand="/dev/mtdblock7"
21 # use 'dhcp' to do dhcp in barebox and in kernel
22 ip=dhcp
24 # or set your networking parameters here
25 #eth0.ipaddr=a.b.c.d
26 #eth0.netmask=a.b.c.d
27 #eth0.gateway=a.b.c.d
28 eth0.serverip=192.168.23.1