X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farmv7a.c;h=37eb1b5f1b2ab31cc326138fe42293456c6cd2b0;hb=727f178ab9d7cee04d883555aa57b917c3f2296c;hp=b9320d14371eb5867e841b132c5401b13029451e;hpb=8b140fd724e96392b5903f00eab24ec801c7dcc9;p=openocd.git diff --git a/src/target/armv7a.c b/src/target/armv7a.c index b9320d1437..37eb1b5f1b 100644 --- a/src/target/armv7a.c +++ b/src/target/armv7a.c @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifdef HAVE_CONFIG_H @@ -177,7 +175,7 @@ done: return retval; } -/* method adapted to cortex A : reused arm v4 v5 method*/ +/* method adapted to Cortex-A : reused ARM v4 v5 method */ int armv7a_mmu_translate_va(struct target *target, uint32_t va, uint32_t *val) { uint32_t first_lvl_descriptor = 0x0;