barebox_default_env: fix out of tree build
[barebox-mini2440.git] / board / a9m2410 / env / config
blob79150ce017cb4bcfeac97ac6c1537db4b0c8d26e
1 #!/bin/sh
3 # can be either 'net' or 'nand''
4 kernel=net
5 root=net
7 uimage=uImage-a9m2410
8 jffs2=root-a9m2410.jffs2
10 autoboot_timeout=3
12 nfsroot="/nfsexport/OSELAS.BSP-Hesch-TMU-1/platform-FS_A9M2410/root"
13 bootargs="console=ttySAC0,38400"
15 nand_parts="256k(barebox)ro,128k(bareboxenv),1536k(kernel),-(root)"
16 rootpart_nand="/dev/mtdblock3"
18 # use 'dhcp' to do dhcp in barebox and in kernel
19 #ip=dhcp
21 # or set your networking parameters here
22 eth0.ipaddr=192.168.42.31
23 eth0.netmask=255.255.0.0
24 eth0.gateway=192.168.23.1
25 eth0.serverip=192.168.23.2
26 eth0.ethaddr=00:04:f3:00:06:35