public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] make some targets more related to latest NFS patch
@ 2004-02-28 23:03 Stephan Linz
  2004-03-13 23:42 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Stephan Linz @ 2004-02-28 23:03 UTC (permalink / raw)
  To: u-boot

Hi all,

... smal bug fix for some targets without CFG_CMD_NFS support (esp. Nios)
... fixes broken compilation run ...



Best Regards,
Stephan Linz
-------------- next part --------------
diff -purN -x CVS u-boot-20040227cvs/net/bootp.c u-boot-20040227cvs-nfs_fix/net/bootp.c
--- u-boot-20040227cvs/net/bootp.c	2004-02-27 08:20:56.000000000 +0000
+++ u-boot-20040227cvs-nfs_fix/net/bootp.c	2004-02-27 23:31:25.000000000 +0000
@@ -339,12 +339,14 @@ BootpHandler(uchar * pkt, unsigned dest,
 			 */
 			NetState = NETLOOP_SUCCESS;
 			return;
+#if	(CONFIG_COMMANDS & CFG_CMD_NFS)
 		} else if (strcmp(s, "NFS") == 0) {
 			/*
 			 * Use NFS to load the bootfile.
 			 */
 			NfsStart();
 			return;
+#endif
 		}
 	}
 
@@ -897,12 +899,14 @@ DhcpHandler(uchar * pkt, unsigned dest, 
 					 */
 					NetState = NETLOOP_SUCCESS;
 					return;
+#if	(CONFIG_COMMANDS & CFG_CMD_NFS)
 				} else if (strcmp(s, "NFS") == 0) {
 					/*
 					 * Use NFS to load the bootfile.
 					 */
 					NfsStart();
 					return;
+#endif
 				}
 			}
 			TftpStart();
-------------- next part --------------
* Patch by Stephan Linz, 27 Feb 2004
  - avoid unresolved symbol of NfsStart() in net/bootp.c
    for targets without NFS download support

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

* [U-Boot-Users] [PATCH] make some targets more related to latest NFS patch
  2004-02-28 23:03 [U-Boot-Users] [PATCH] make some targets more related to latest NFS patch Stephan Linz
@ 2004-03-13 23:42 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2004-03-13 23:42 UTC (permalink / raw)
  To: u-boot

In message <04022900030200.30756@pcj86> you wrote:
> 
> ... smal bug fix for some targets without CFG_CMD_NFS support (esp. Nios)
> ... fixes broken compilation run ...

Thanks, added.

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
The first 90% of a project takes 90% of the time, the last 10%  takes
the other 90% of the time.

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

end of thread, other threads:[~2004-03-13 23:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-28 23:03 [U-Boot-Users] [PATCH] make some targets more related to latest NFS patch Stephan Linz
2004-03-13 23:42 ` Wolfgang Denk

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