This is an automated email from Gerrit.

Andreas Färber ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/3714

-- gerrit

commit f9eed8edde112c7f5c656fb49fd72462c8f8e1c4
Author: Andreas Färber <[email protected]>
Date:   Sun Aug 21 20:12:02 2016 +0200

    target: Fix working_area_phys_spec comment
    
    working_area_phys_spec clearly refers to the physical, not virtual address.
    
    Change-Id: I639ea00bb5d05e845b8a56815a571375849f1225
    Signed-off-by: Andreas Färber <[email protected]>

diff --git a/src/target/target.h b/src/target/target.h
index e21eb97..72b5bd6 100644
--- a/src/target/target.h
+++ b/src/target/target.h
@@ -154,7 +154,7 @@ struct target {
                                                                                
 * upon first allocation from virtual/physical address. */
        bool working_area_virt_spec;            /* virtual address specified? */
        uint32_t working_area_virt;                     /* virtual address */
-       bool working_area_phys_spec;            /* virtual address specified? */
+       bool working_area_phys_spec;            /* physical address specified? 
*/
        uint32_t working_area_phys;                     /* physical address */
        uint32_t working_area_size;                     /* size in bytes */
        uint32_t backup_working_area;           /* whether the content of the 
working area has to be preserved */

-- 

------------------------------------------------------------------------------
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to