summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/at91rm9200ek
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-03-30 06:47:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-02 10:26:14 +0200
commit55be59fdaa32fa68047636d9103c2015e996dd29 (patch)
tree41b29c605a5e698d4d9564917ed5011763798696 /arch/arm/boards/at91rm9200ek
parent3600ded7fdd336cdffe768bac4df271b5c521582 (diff)
downloadbarebox-55be59fdaa32fa68047636d9103c2015e996dd29.tar.gz
barebox-55be59fdaa32fa68047636d9103c2015e996dd29.tar.xz
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>
Diffstat (limited to 'arch/arm/boards/at91rm9200ek')
-rw-r--r--arch/arm/boards/at91rm9200ek/env/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boards/at91rm9200ek/env/config b/arch/arm/boards/at91rm9200ek/env/config
index d1d9e8eee8..92101e6507 100644
--- a/arch/arm/boards/at91rm9200ek/env/config
+++ b/arch/arm/boards/at91rm9200ek/env/config
@@ -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