move boards to arch/<architecure>/boards
[barebox-mini2440.git] / arch / arm / boards / freescale-mx35-3-stack / env / config
blob51195f74041e383b2314af3d597de54e7a3aaf39
1 #!/bin/sh
3 # use 'dhcp' to do dhcp in barebox and in kernel
4 # use 'no' if you don't want to pass the ip from barebox to the kernel
5 #ip=dhcp
7 # or set your networking parameters here
8 #eth0.ipaddr=a.b.c.d
9 #eth0.netmask=a.b.c.d
10 #eth0.gateway=a.b.c.d
11 #eth0.serverip=a.b.c.d
13 # can be either 'net', 'nor' or 'nand''
14 kernel_loc=nand
15 rootfs_loc=nand
17 # can be either 'jffs2', or 'ubifs'
18 rootfs_type=ubifs
20 kernel=uImage-mx35-3-stack
21 rootfs=root-mx35-3-stack
22 envimage=u-boot-v2-environment-mx35-3-stack
24 autoboot_timeout=3
26 nfsroot="/path/to/nfs/root"
27 bootargs="console=ttymxc0,115200"
29 bootargs="$bootargs video=mx3fb:CTP-CLAA070LC0ACW"
31 nor_parts="256k(barebox)ro,512k(bareboxenv),2M(kernel),-(root)"
32 rootfs_mtdblock_nor=3
34 nand_parts="256k(barebox)ro,512k(bareboxenv),2M(kernel),-(root)"
35 rootfs_mtdblock_nand=7