X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Falgorithm.c;h=9fc9386048fc3bc6430ebe9553bdbd6217775703;hb=f56e28b2c85da8ddc6fa9c878012160cc9d22a9f;hp=57383aea74ec2448791ae7cc9689206291918190;hpb=d1bc4375e99ce52b72988494f35beca364234bae;p=fw%2Fopenocd diff --git a/src/target/algorithm.c b/src/target/algorithm.c index 57383aea7..9fc938604 100644 --- a/src/target/algorithm.c +++ b/src/target/algorithm.c @@ -13,10 +13,9 @@ * 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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -24,7 +23,6 @@ #include "algorithm.h" #include - void init_mem_param(struct mem_param *param, uint32_t address, uint32_t size, enum param_direction direction) { param->address = address;