This is an automated email from Gerrit.

Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/3891

-- gerrit

commit e6c854d69b6530f5fb0e0b7118955820e522298f
Author: Paul Fertser <[email protected]>
Date:   Tue Nov 29 21:14:15 2016 +0300

    target: armv7a: remove unused level_num field from armv7a_cachesize
    
    This was never used and produces warnings on some systems.
    
    Change-Id: I48d2c5b79890bb2d70c5fae95278b8eb62743398
    Reported-by: Tommy Murphy <[email protected]>
    Signed-off-by: Paul Fertser <[email protected]>

diff --git a/src/target/armv7a.h b/src/target/armv7a.h
index 6a62f72..c5c03c8 100644
--- a/src/target/armv7a.h
+++ b/src/target/armv7a.h
@@ -48,7 +48,6 @@ struct armv7a_l2x_cache {
 };
 
 struct armv7a_cachesize {
-       uint32_t level_num;
        /*  cache dimensionning */
        uint32_t linelen;
        uint32_t associativity;

-- 

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

Reply via email to