From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Linz Date: Thu, 26 Feb 2004 19:30:52 +0100 Subject: [U-Boot-Users] [PATCH] NIOS targets more related to latest NFS patch Message-ID: <0402261930520K.00467@pcj86> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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