mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! raspberry-pi: add board model detection
@ 2015-01-18 22:15 Antony Pavlov
  2015-01-19  7:56 ` Sascha Hauer
  2015-01-19 12:16 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 2 replies; 3+ messages in thread
From: Antony Pavlov @ 2015-01-18 22:15 UTC (permalink / raw)
  To: barebox

---

The 'has_onboard_eth' field is unused.

---
 arch/arm/boards/raspberry-pi/rpi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boards/raspberry-pi/rpi.c b/arch/arm/boards/raspberry-pi/rpi.c
index 81b485e..108bd28 100644
--- a/arch/arm/boards/raspberry-pi/rpi.c
+++ b/arch/arm/boards/raspberry-pi/rpi.c
@@ -140,7 +140,6 @@ static void rpi_b_init(void)
 /* See comments in mbox.h for data source */
 static const struct {
 	const char *name;
-	bool has_onboard_eth;
 	void (*init)(void);
 } models[] = {
 	RPI_MODEL(0, "Unknown model", NULL),
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-01-19 12:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-18 22:15 [PATCH] fixup! raspberry-pi: add board model detection Antony Pavlov
2015-01-19  7:56 ` Sascha Hauer
2015-01-19 12:16 ` Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox