]> code.ossystems Code Review - meta-freescale.git/commitdiff
barebox: default to no kernel ipconfig
authorEric Bénard <eric@eukrea.com>
Thu, 10 Jan 2013 14:56:47 +0000 (15:56 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 10 Jan 2013 15:21:38 +0000 (13:21 -0200)
- 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>
meta-fsl-arm/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config
meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb

index c65e6ad1b4d855970a5b4f7734f239991a86707f..a0a2b7406b9d76b7904a491fd0cb080ccdefbe9b 100644 (file)
@@ -6,7 +6,7 @@ user=
 
 # 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
index 1eed4d3188ac14a938d14185c1654330dffaeac6..5489f7c0e170c3f80a68ce80d8a8d10c885a5bba 100644 (file)
@@ -1,6 +1,6 @@
 require barebox.inc
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \
        file://defconfig \