commit | f04034cba4c2351da5b54ae36f5a30e3ccfce1cc | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Aug 30 09:40:17 2017 +0200 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sat Sep 02 23:49:34 2017 +0800 |
tree | b0530ef869f71ad8ba67a5aca63e1c029ed56316 | |
parent | 3fe6e6e2aa084d857af8a7e4663baf0451c33b30 [diff] |
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: Stefan Roese <sr@denx.de> Cc: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>