提交 f04034cb 编写于 作者: S Stefan Roese 提交者: Bin Meng

x86: theadorable-x86-common: Remove "ip=dhcp" from default environment

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: NStefan Roese <sr@denx.de>
Cc: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: NBin Meng <bmeng.cn@gmail.com>
上级 3fe6e6e2
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
"/boot/initrd.img-${kernel-ver}-generic;" \ "/boot/initrd.img-${kernel-ver}-generic;" \
"run boot\0" \ "run boot\0" \
"yocto_args=setenv bootargs root=/dev/sda${yocto_part} " \ "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} " \ "yocto_args_fast=setenv bootargs root=/dev/sda${yocto_part} " \
"quiet panic=1\0" \ "quiet panic=1\0" \
"yocto_boot=run yocto_args addmtd addmisc addtty_yocto;" \ "yocto_boot=run yocto_args addmtd addmisc addtty_yocto;" \
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
"fi\0" \ "fi\0" \
"swupdate-initrd=/boot/swupdate-image-theadorable.ext4.gz\0" \ "swupdate-initrd=/boot/swupdate-image-theadorable.ext4.gz\0" \
"swupdate-kernel=/boot/bzImage\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_dev=0\0" \
"swupdate_factory=0\0" \ "swupdate_factory=0\0" \
"swupdate_interface=usb\0" \ "swupdate_interface=usb\0" \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册