summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/highbank/defaultenv-highbank/boot/net-eth1
blob: 1c70bdf3f09e24408bfdb7919acfcc9b2f54e657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

ethact eth1

path="/mnt/tftp"

. /env/data/oftree

global.bootm.image="${path}/${global.user}-linux-${global.hostname}"
#global.bootm.oftree="${path}/${global.user}-oftree-${global.hostname}"
nfsroot="/home/${global.user}/nfsroot/${global.hostname}"
bootargs-ip
global.linux.bootargs.dyn.root="root=/dev/nfs nfsroot=$nfsroot,v3,tcp"