public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] NIOS targets more related to latest NFS patch
@ 2004-02-26 18:30 Stephan Linz
  2004-02-26 20:25 ` [U-Boot-Users] [PATCH] XPedite1k 440GX target: fix broken compile Travis Sawyer
  2004-02-27  0:44 ` [U-Boot-Users] Re: [PATCH] NIOS targets more related to latest NFS patch Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Stephan Linz @ 2004-02-26 18:30 UTC (permalink / raw)
  To: u-boot

Hi all,

... smal bug fix for NIOS targets ... fixes broken compilation run ...



Best Regards,
Stephan Linz

-------------- next part --------------
diff -purN -x CVS u-boot-20040225cvs/include/configs/DK1C20.h u-boot-20040225cvs-nfs_fix/include/configs/DK1C20.h
--- u-boot-20040225cvs/include/configs/DK1C20.h	2004-02-23 22:22:33.000000000 +0000
+++ u-boot-20040225cvs-nfs_fix/include/configs/DK1C20.h	2004-02-25 20:48:05.000000000 +0000
@@ -466,6 +466,7 @@
 				 CFG_CMD_JFFS2	| \
 				 CFG_CMD_KGDB	| \
 				 CFG_CMD_NAND	| \
+				 CFG_CMD_NFS	| \
 				 CFG_CMD_MMC	| \
 				 CFG_CMD_MII	| \
 				 CFG_CMD_PCI	| \
diff -purN -x CVS u-boot-20040225cvs/include/configs/DK1S10.h u-boot-20040225cvs-nfs_fix/include/configs/DK1S10.h
--- u-boot-20040225cvs/include/configs/DK1S10.h	2004-02-23 22:22:33.000000000 +0000
+++ u-boot-20040225cvs-nfs_fix/include/configs/DK1S10.h	2004-02-25 20:49:29.000000000 +0000
@@ -476,6 +476,7 @@
 				 CFG_CMD_JFFS2	| \
 				 CFG_CMD_KGDB	| \
 				 CFG_CMD_NAND	| \
+				 CFG_CMD_NFS	| \
 				 CFG_CMD_MMC	| \
 				 CFG_CMD_MII	| \
 				 CFG_CMD_PCI	| \
-------------- next part --------------
* Patch by Stephan Linz, 25 Feb 2004
  - exclude CFG_CMD_NFS from all NIOS board configuration

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

* [U-Boot-Users] [PATCH] XPedite1k 440GX target: fix broken compile
  2004-02-26 18:30 [U-Boot-Users] [PATCH] NIOS targets more related to latest NFS patch Stephan Linz
@ 2004-02-26 20:25 ` Travis Sawyer
  2004-02-27  0:47   ` Wolfgang Denk
  2004-02-27  0:44 ` [U-Boot-Users] Re: [PATCH] NIOS targets more related to latest NFS patch Wolfgang Denk
  1 sibling, 1 reply; 4+ messages in thread
From: Travis Sawyer @ 2004-02-26 20:25 UTC (permalink / raw)
  To: u-boot

Folks:

Small bug fix for XPedite1k 440GX target.  Broken by previous checkin
with respect to POST WORD address.

CHANGELOG
Fix broken compile for XPEDITE1K target.

Best regards,

Travis

-------------- next part --------------
A non-text attachment was scrubbed...
Name: u-boot-CVS-24Feb04-xpedite1k.patch
Type: text/x-patch
Size: 1209 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20040226/207c9437/attachment.bin 

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

* [U-Boot-Users] Re: [PATCH] NIOS targets more related to latest NFS patch
  2004-02-26 18:30 [U-Boot-Users] [PATCH] NIOS targets more related to latest NFS patch Stephan Linz
  2004-02-26 20:25 ` [U-Boot-Users] [PATCH] XPedite1k 440GX target: fix broken compile Travis Sawyer
@ 2004-02-27  0:44 ` Wolfgang Denk
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2004-02-27  0:44 UTC (permalink / raw)
  To: u-boot

In message <0402261930520K.00467@pcj86> you wrote:
> 
> ... smal bug fix for NIOS targets ... fixes broken compilation run ...

Added, thanks.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
"Engineering without management is art."               - Jeff Johnson

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

* [U-Boot-Users] [PATCH] XPedite1k 440GX target: fix broken compile
  2004-02-26 20:25 ` [U-Boot-Users] [PATCH] XPedite1k 440GX target: fix broken compile Travis Sawyer
@ 2004-02-27  0:47   ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2004-02-27  0:47 UTC (permalink / raw)
  To: u-boot

In message <1077827127.31114.2.camel@pavement.sandburst.com> you wrote:
> 
> Small bug fix for XPedite1k 440GX target.  Broken by previous checkin
> with respect to POST WORD address.

Thanks, addded.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
HR Manager to job candidate "I see you've had no  computer  training.
Although  that  qualifies  you  for upper management, it means you're
under-qualified for our entry level positions."

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

end of thread, other threads:[~2004-02-27  0:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-26 18:30 [U-Boot-Users] [PATCH] NIOS targets more related to latest NFS patch Stephan Linz
2004-02-26 20:25 ` [U-Boot-Users] [PATCH] XPedite1k 440GX target: fix broken compile Travis Sawyer
2004-02-27  0:47   ` Wolfgang Denk
2004-02-27  0:44 ` [U-Boot-Users] Re: [PATCH] NIOS targets more related to latest NFS patch Wolfgang Denk

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