Re: [U-Boot] sandbox: Net: No ethernet found.

2018-06-26 Thread Joe Hershberger
Hey Guys, On Tue, Jun 19, 2018 at 5:03 PM, Simon Glass wrote: > +Joe > > On 15 June 2018 at 00:10, Heinrich Schuchardt wrote: >> Hello Simon, >> >> when I run sandbox_defconfig I always get >> Net: No ethernet found. >> >> The dm command shows no driver attached to uclass 21: eth. Why are the

Re: [U-Boot] sandbox: Net: No ethernet found.

2018-06-19 Thread Simon Glass
+Joe On 15 June 2018 at 00:10, Heinrich Schuchardt wrote: > Hello Simon, > > when I run sandbox_defconfig I always get > Net: No ethernet found. > > The dm command shows no driver attached to uclass 21: eth. Why are the > sandbox and sandbox-raw drivers not loaded? > > device_bind_common is not

[U-Boot] sandbox: Net: No ethernet found.

2018-06-14 Thread Heinrich Schuchardt
Hello Simon, when I run sandbox_defconfig I always get Net: No ethernet found. The dm command shows no driver attached to uclass 21: eth. Why are the sandbox and sandbox-raw drivers not loaded? device_bind_common is not called for these drivers. arch/sandbox/dts/sandbox.dts makes assumptions