diff --git a/arch/arm/boards/at91rm9200ek/env/config b/arch/arm/boards/at91rm9200ek/env/config index d1d9e8eee..92101e650 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