- this change asks barebox to not pass the ip=dhcp parameter
to the kernel so that we get a decent boot speed when the ethernet
cable is not plugged during boot instead of waiting for kernel
ipconfig.
- tested on MCIMX53-START-R board 1.0 rev B
Signed-off-by: Eric Bénard <eric@eukrea.com>
 
 # use 'dhcp' to do dhcp in barebox and in kernel
 # use 'none' if you want to skip kernel ip autoconfiguration
-ip=dhcp
+ip=none
 
 # or set your networking parameters here
 #eth0.ipaddr=a.b.c.d
 
 require barebox.inc
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \
        file://defconfig \