[U-Boot-Users] [PATCH] NIOS targets more related to latest NFS patch
Stephan Linz
linz at mazet.de
Thu Feb 26 19:30:52 CET 2004
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
More information about the U-Boot
mailing list