summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/at91rm9200ek/env/config
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/at91rm9200ek/env/config')
-rw-r--r--arch/arm/boards/at91rm9200ek/env/config7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/boards/at91rm9200ek/env/config b/arch/arm/boards/at91rm9200ek/env/config
index 12655c2b43..735bb107aa 100644
--- a/arch/arm/boards/at91rm9200ek/env/config
+++ b/arch/arm/boards/at91rm9200ek/env/config
@@ -2,7 +2,8 @@
# use 'dhcp' to do dhcp in barebox and in kernel
# use 'none' if you want to skip kernel ip autoconfiguration
-ip=dhcp
+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
#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
@@ -24,7 +25,7 @@ kernelimage=uImage
#kernelimage=Image
#kernelimage=Image.lzo
-nor_parts="256k(barebox)ro,64k(bareboxenv),1536k(kernel),-(root)"
+nor_parts="256k(barebox)ro,64k(bareboxenv),3M(kernel),-(root)"
rootfs_mtdblock_nor=3
autoboot_timeout=3