On Wed, Sep 06, 2006 at 02:58:30PM +0800, Wang Cui wrote:
> The description of CYGSEM_REDBOOT_DISK_EXT2FS component is: "When this
> option is enabled, RedBoot will support IDE disks."
> It is exactly same as the description of CYGSEM_REDBOOT_DISK_IDE component.
> Shouldn't they be different?
Thanks.
Attached is the patch to fix this.
Andrew
Index: redboot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.248
diff -u -r1.248 ChangeLog
--- redboot/current/ChangeLog 29 Aug 2006 20:24:57 -0000 1.248
+++ redboot/current/ChangeLog 6 Sep 2006 14:25:42 -0000
@@ -1,3 +1,8 @@
+2006-09-06 Andrew Lunn <[EMAIL PROTECTED]>
+
+ * cdl/redboot.cdl: Fix description of CYGSEM_REDBOOT_DISK_IDE.
+ Error pointed out by Wang Cui
+
2006-08-28 Sergei Gavrikov <[EMAIL PROTECTED]>
* src/net/tftp_client.c (tftp_error_ack): Fix compiler warnings.
Index: redboot/current/cdl/redboot.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/cdl/redboot.cdl,v
retrieving revision 1.75
diff -u -r1.75 redboot.cdl
--- redboot/current/cdl/redboot.cdl 9 May 2006 15:52:02 -0000 1.75
+++ redboot/current/cdl/redboot.cdl 6 Sep 2006 14:25:44 -0000
@@ -1064,7 +1064,8 @@
flavor bool
default_value 1
description "
- When this option is enabled, RedBoot will support IDE disks."
+ When this option is enabled, RedBoot will support EXT2
+ filesystems."
compile -library=libextras.a fs/e2fs.c
}