From 6276c5ff4f729353d856538d217aec00061e0f67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eric=20B=C3=A9nard?= Date: Thu, 10 Jan 2013 15:56:47 +0100 Subject: [PATCH] barebox: default to no kernel ipconfig MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - 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 --- .../recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config | 2 +- meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-fsl-arm/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config b/meta-fsl-arm/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config index c65e6ad1..a0a2b740 100644 --- a/meta-fsl-arm/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config +++ b/meta-fsl-arm/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config @@ -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 diff --git a/meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb b/meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb index 1eed4d31..5489f7c0 100644 --- a/meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb +++ b/meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb @@ -1,6 +1,6 @@ require barebox.inc -PR = "r3" +PR = "r4" SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \ file://defconfig \ -- 2.40.1