All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] sandbox: dt: sandbox.dts set skip-localhost = <1>
@ 2018-10-14 19:27 Heinrich Schuchardt
  2018-10-15 21:52 ` Joe Hershberger
  0 siblings, 1 reply; 6+ messages in thread
From: Heinrich Schuchardt @ 2018-10-14 19:27 UTC (permalink / raw)
  To: u-boot

The local interface is not usable for many network operations. It has been
disabled in all sandbox device trees except sandbox.dts. Let's disable it
here too.

'bootefi selftest' tries to do execute DHCP.  This fails on the lo device.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 arch/sandbox/dts/sandbox.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts
index fb866e8807..e0990352fb 100644
--- a/arch/sandbox/dts/sandbox.dts
+++ b/arch/sandbox/dts/sandbox.dts
@@ -49,7 +49,7 @@
 
 	ethrawbus {
 		compatible = "sandbox,eth-raw-bus";
-		skip-localhost = <0>;
+		skip-localhost = <1>;
 	};
 
 	eth at 10002000 {
-- 
2.19.1

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

end of thread, other threads:[~2018-10-16 18:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-14 19:27 [U-Boot] [PATCH 1/1] sandbox: dt: sandbox.dts set skip-localhost = <1> Heinrich Schuchardt
2018-10-15 21:52 ` Joe Hershberger
2018-10-16  0:19   ` Heinrich Schuchardt
2018-10-16  4:36     ` Joe Hershberger
2018-10-16 16:22       ` Heinrich Schuchardt
2018-10-16 18:27         ` Joe Hershberger

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.