From 8b994145b849c40b0a195c3fb332b9770b2f9097 Mon Sep 17 00:00:00 2001 From: oharboe Date: Fri, 17 Jul 2009 19:54:25 +0000 Subject: Andreas Fritiofson UTF8 fixes git-svn-id: svn://svn.berlios.de/openocd/trunk@2549 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/ecos.c | 2 +- src/flash/flash.c | 2 +- src/flash/flash.h | 2 +- src/flash/lpc288x.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/flash') diff --git a/src/flash/ecos.c b/src/flash/ecos.c index b74d900f..76859df5 100644 --- a/src/flash/ecos.c +++ b/src/flash/ecos.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007,2008 Øyvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/flash/flash.c b/src/flash/flash.c index 45cfb40a..c386579d 100644 --- a/src/flash/flash.c +++ b/src/flash/flash.c @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * Copyright (C) 2008 by Spencer Oliver * diff --git a/src/flash/flash.h b/src/flash/flash.h index 65547443..a7f08f63 100644 --- a/src/flash/flash.h +++ b/src/flash/flash.h @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * Copyright (C) 2008 by Spencer Oliver * diff --git a/src/flash/lpc288x.c b/src/flash/lpc288x.c index cf189d9e..513e2fcf 100644 --- a/src/flash/lpc288x.c +++ b/src/flash/lpc288x.c @@ -214,8 +214,8 @@ static int lpc288x_flash_bank_command(struct command_context_s *cmd_ctx, char *c return ERROR_OK; } -/* The frequency is the AHB clock frequency divided by (CLK_DIV ×3) + 1. - * This must be programmed such that the Flash Programming clock frequency is 66 kHz ± 20%. +/* The frequency is the AHB clock frequency divided by (CLK_DIV ×3) + 1. + * This must be programmed such that the Flash Programming clock frequency is 66 kHz ± 20%. * AHB = 12 MHz ? * 12000000/66000 = 182 * CLK_DIV = 60 ? */ -- cgit v1.2.3