All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] x86: theadorable-x86-common: Remove "ip=dhcp" from default environment
@ 2017-08-30  7:40 Stefan Roese
  2017-08-30 11:53 ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Roese @ 2017-08-30  7:40 UTC (permalink / raw)
  To: u-boot

Without ethernet cable plugged, "ip=dhcp" leads to a complete hangup in
Linux booting and the system does not boot into userland at all. Since
its not required to have an active network connection on these board,
lets remove this statement from the default environment.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Bin Meng <bmeng.cn@gmail.com>
---
 include/configs/theadorable-x86-common.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/theadorable-x86-common.h b/include/configs/theadorable-x86-common.h
index 37b78c1b57..8de659a496 100644
--- a/include/configs/theadorable-x86-common.h
+++ b/include/configs/theadorable-x86-common.h
@@ -88,7 +88,7 @@
 		"/boot/initrd.img-${kernel-ver}-generic;"	\
 		"run boot\0"					\
 	"yocto_args=setenv bootargs root=/dev/sda${yocto_part} " \
-		"ip=dhcp panic=1\0"				\
+		"panic=1\0"				\
 	"yocto_args_fast=setenv bootargs root=/dev/sda${yocto_part} " \
 		"quiet panic=1\0"				\
 	"yocto_boot=run yocto_args addmtd addmisc addtty_yocto;" \
@@ -110,7 +110,7 @@
 		"fi\0"						\
 	"swupdate-initrd=/boot/swupdate-image-theadorable.ext4.gz\0" \
 	"swupdate-kernel=/boot/bzImage\0"			\
-	"swupdate_args=setenv bootargs root=/dev/ram rw ip=dhcp panic=1\0" \
+	"swupdate_args=setenv bootargs root=/dev/ram rw panic=1\0" \
 	"swupdate_dev=0\0"					\
 	"swupdate_factory=0\0"					\
 	"swupdate_interface=usb\0"				\
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] x86: theadorable-x86-common: Remove "ip=dhcp" from default environment
  2017-08-30  7:40 [U-Boot] [PATCH] x86: theadorable-x86-common: Remove "ip=dhcp" from default environment Stefan Roese
@ 2017-08-30 11:53 ` Bin Meng
  2017-09-02 15:50   ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2017-08-30 11:53 UTC (permalink / raw)
  To: u-boot

On Wed, Aug 30, 2017 at 3:40 PM, Stefan Roese <sr@denx.de> wrote:
> Without ethernet cable plugged, "ip=dhcp" leads to a complete hangup in
> Linux booting and the system does not boot into userland at all. Since
> its not required to have an active network connection on these board,
> lets remove this statement from the default environment.
>
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Bin Meng <bmeng.cn@gmail.com>
> ---
>  include/configs/theadorable-x86-common.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] x86: theadorable-x86-common: Remove "ip=dhcp" from default environment
  2017-08-30 11:53 ` Bin Meng
@ 2017-09-02 15:50   ` Bin Meng
  0 siblings, 0 replies; 3+ messages in thread
From: Bin Meng @ 2017-09-02 15:50 UTC (permalink / raw)
  To: u-boot

On Wed, Aug 30, 2017 at 7:53 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> On Wed, Aug 30, 2017 at 3:40 PM, Stefan Roese <sr@denx.de> wrote:
>> Without ethernet cable plugged, "ip=dhcp" leads to a complete hangup in
>> Linux booting and the system does not boot into userland at all. Since
>> its not required to have an active network connection on these board,
>> lets remove this statement from the default environment.
>>
>> Signed-off-by: Stefan Roese <sr@denx.de>
>> Cc: Bin Meng <bmeng.cn@gmail.com>
>> ---
>>  include/configs/theadorable-x86-common.h | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-02 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30  7:40 [U-Boot] [PATCH] x86: theadorable-x86-common: Remove "ip=dhcp" from default environment Stefan Roese
2017-08-30 11:53 ` Bin Meng
2017-09-02 15:50   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.