Re: [U-Boot] [PATCH] x86: qemu: Add CMD_NET to qemu-x86_defconfig

2015-06-03 Thread Bin Meng
Hi Simon, On Wed, Jun 3, 2015 at 2:38 AM, Simon Glass wrote: > Hi Bin, > > On 2 June 2015 at 08:41, Bin Meng wrote: >> Hi Simon, >> >> On Tue, Jun 2, 2015 at 6:44 PM, Bin Meng wrote: >>> Hi Simon, >>> >>> On Tue, Jun 2, 2015 at 6:40 PM, Bin Meng wrote: The following error is observed on Q

Re: [U-Boot] [PATCH] x86: qemu: Add CMD_NET to qemu-x86_defconfig

2015-06-02 Thread Simon Glass
Hi Bin, On 2 June 2015 at 08:41, Bin Meng wrote: > Hi Simon, > > On Tue, Jun 2, 2015 at 6:44 PM, Bin Meng wrote: >> Hi Simon, >> >> On Tue, Jun 2, 2015 at 6:40 PM, Bin Meng wrote: >>> The following error is observed on QEMU x86. >>> >>> => print ipaddr >>> ipaddr=192.168.178.66 >>> => ping 192.

Re: [U-Boot] [PATCH] x86: qemu: Add CMD_NET to qemu-x86_defconfig

2015-06-02 Thread Bin Meng
Hi Simon, On Tue, Jun 2, 2015 at 6:44 PM, Bin Meng wrote: > Hi Simon, > > On Tue, Jun 2, 2015 at 6:40 PM, Bin Meng wrote: >> The following error is observed on QEMU x86. >> >> => print ipaddr >> ipaddr=192.168.178.66 >> => ping 192.168.178.1 >> *** ERROR: `ipaddr' not set >> ping failed; host 19

Re: [U-Boot] [PATCH] x86: qemu: Add CMD_NET to qemu-x86_defconfig

2015-06-02 Thread Bin Meng
Hi Simon, On Tue, Jun 2, 2015 at 6:40 PM, Bin Meng wrote: > The following error is observed on QEMU x86. > > => print ipaddr > ipaddr=192.168.178.66 > => ping 192.168.178.1 > *** ERROR: `ipaddr' not set > ping failed; host 192.168.178.1 is not alive > > The issue was introduced in commit fd30563.

[U-Boot] [PATCH] x86: qemu: Add CMD_NET to qemu-x86_defconfig

2015-06-02 Thread Bin Meng
The following error is observed on QEMU x86. => print ipaddr ipaddr=192.168.178.66 => ping 192.168.178.1 *** ERROR: `ipaddr' not set ping failed; host 192.168.178.1 is not alive The issue was introduced in commit fd30563. Adding CMD_NET to defconfig resolves this. Also reorder the config options