PERFORCE change 135656 for review

Rafal Jaworowski raj at FreeBSD.org
Mon Feb 18 08:08:15 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135656

Change 135656 by raj at raj_mimi on 2008/02/18 16:07:57

	Minor loader config define fix (same for AIM in aleady fixed in HEAD)

Affected files ...

.. //depot/projects/e500/sys/boot/powerpc/uboot/conf.c#5 edit

Differences ...

==== //depot/projects/e500/sys/boot/powerpc/uboot/conf.c#5 (text+ko) ====

@@ -65,7 +65,7 @@
 #if defined(LOADER_EXT2FS_SUPPORT)
     &ext2fs_fsops,
 #endif
-#if defined(LOADER_NET_SUPPORT)
+#if defined(LOADER_NFS_SUPPORT)
     &nfs_fsops,
 #endif
 #if defined(LOADER_TFTP_SUPPORT)


More information about the p4-projects mailing list