summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/barebox
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2013-01-10 15:56:47 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2013-01-10 13:21:38 -0200
commit78774f79f352c23ef55e6a23173678232c5311ad (patch)
tree96af138547b5cd51dc470bbd7b732d8f3e1404b0 /recipes-bsp/barebox
parentf2e5744b5dc833b0d0aaddaeacc53b13d5c71cdb (diff)
downloadmeta-fsl-arm-78774f79f352c23ef55e6a23173678232c5311ad.tar.gz
barebox: default to no kernel ipconfig
- 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>
Diffstat (limited to 'recipes-bsp/barebox')
-rw-r--r--recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config2
-rw-r--r--recipes-bsp/barebox/barebox_2012.02.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config b/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config
index c65e6ad..a0a2b74 100644
--- a/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config
+++ b/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config
@@ -6,7 +6,7 @@ user=
6 6
7# use 'dhcp' to do dhcp in barebox and in kernel 7# use 'dhcp' to do dhcp in barebox and in kernel
8# use 'none' if you want to skip kernel ip autoconfiguration 8# use 'none' if you want to skip kernel ip autoconfiguration
9ip=dhcp 9ip=none
10 10
11# or set your networking parameters here 11# or set your networking parameters here
12#eth0.ipaddr=a.b.c.d 12#eth0.ipaddr=a.b.c.d
diff --git a/recipes-bsp/barebox/barebox_2012.02.0.bb b/recipes-bsp/barebox/barebox_2012.02.0.bb
index 1eed4d3..5489f7c 100644
--- a/recipes-bsp/barebox/barebox_2012.02.0.bb
+++ b/recipes-bsp/barebox/barebox_2012.02.0.bb
@@ -1,6 +1,6 @@
1require barebox.inc 1require barebox.inc
2 2
3PR = "r3" 3PR = "r4"
4 4
5SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \ 5SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \
6 file://defconfig \ 6 file://defconfig \