Mercurial > nand-ecoscentric
changeset 3111:46eea1e1d1b0
* doc/flash.sgml: Fix cyg_flash_get_into_addr() function name. Issue
reported by Christophe Coutand. [ Bugzilla 1001233 ]
| author | jld |
|---|---|
| date | Fri, 13 May 2011 08:09:00 +0000 |
| parents | da8fe69d2ffd |
| children | 55b8fc9d8ce5 |
| files | packages/io/flash/current/ChangeLog packages/io/flash/current/doc/flash.sgml |
| diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/flash/current/ChangeLog +++ b/packages/io/flash/current/ChangeLog @@ -1,3 +1,8 @@ +2011-05-13 John Dallaway <john@dallaway.org.uk> + + * doc/flash.sgml: Fix cyg_flash_get_into_addr() function name. Issue + reported by Christophe Coutand. [ Bugzilla 1001233 ] + 2010-05-15 Christophe Coutand <ccoutand@stmi.com> * src/flashiodev.c (flashiodev_lookup): Fix wrong code execution if @@ -712,7 +717,7 @@ 2000-07-29 Gary Thomas <gthomas@redhat // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005, 2006, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by
--- a/packages/io/flash/current/doc/flash.sgml +++ b/packages/io/flash/current/doc/flash.sgml @@ -11,7 +11,7 @@ <!-- =============================================================== --> <!-- ####ECOSDOCCOPYRIGHTBEGIN#### --> <!-- =============================================================== --> -<!-- Copyright (C) 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc. --> +<!-- Copyright (C) 2004, 2005, 2006, 2007, 2009, 2011 Free Software Foundation, Inc. --> <!-- This material may be distributed only subject to the terms --> <!-- and conditions set forth in the Open Publication License, v1.0 --> <!-- or later (the latest version is presently available at --> @@ -165,7 +165,7 @@ flash devices, starting from 0. If the d structure pointed to by <PARAMETER>info</PARAMETER> is filled in and <LITERAL>CYG_FLASH_ERR_OK</LITERAL> is returned, otherwise <LITERAL>CYG_FLASH_ERR_INVALID</LITERAL>. -<FUNCTION>cyg_flash_get_info()</FUNCTION> is similar, but returns the +<FUNCTION>cyg_flash_get_info_addr()</FUNCTION> is similar, but returns the information about the flash device at the given address. <FUNCTION>cyg_flash_block_size()</FUNCTION> returns the size of the block at the given address. <FUNCTION>cyg_flash_verify_addr()
