public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MAKEALL: drop non-existent i386 config
@ 2010-10-20  7:34 Mike Frysinger
  2010-10-20  8:23 ` Graeme Russ
  2010-10-23 20:58 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Mike Frysinger @ 2010-10-20  7:34 UTC (permalink / raw)
  To: u-boot

---
 MAKEALL |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/MAKEALL b/MAKEALL
index c1f3842..febf89c 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -559,9 +559,7 @@ LIST_mips_el="			\
 ## i386 Systems
 #########################################################################
 
-LIST_x86="$(boards_by_arch i386)
-	sc520_eNET	\
-"
+LIST_x86="$(boards_by_arch i386)"
 
 #########################################################################
 ## Nios-II Systems
-- 
1.7.3.1

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

end of thread, other threads:[~2010-10-23 20:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20  7:34 [U-Boot] [PATCH] MAKEALL: drop non-existent i386 config Mike Frysinger
2010-10-20  8:23 ` Graeme Russ
2010-10-20  9:10   ` Mike Frysinger
2010-10-23 20:58 ` Wolfgang Denk

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