9
0
Fork 0

at91rm9200ek: update config for network

set vendor-id to barebox-at91rm9200ek and the kernel over nfs

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2012-03-30 06:47:55 +02:00 committed by Sascha Hauer
parent 3600ded7fd
commit 55be59fdaa
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
# use 'dhcp' to do dhcp in barebox and in kernel
# use 'none' if you want to skip kernel ip autoconfiguration
ip=dhcp-barebox
dhcp_vendor_id=barebox-at91rm9200ek
# or set your networking parameters here
#eth0.ipaddr=a.b.c.d
@ -11,7 +12,7 @@ ip=dhcp-barebox
#eth0.serverip=a.b.c.d
# can be either 'nfs', 'tftp' or 'nor'
kernel_loc=tftp
kernel_loc=nfs
# can be either 'net', 'nor' or 'initrd'
rootfs_loc=net