diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-29 12:37:45 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-29 12:37:45 +0000 |
commit | 6d3bed69dc023f49b51b6504d977463e722e9e9d (patch) | |
tree | 59031bcb6c1c40d895cbb3fb8b5598c7fda7f4b5 /src/flash/stellaris.c | |
parent | 0d2b289048e603fd529cfceb82b589661946bea7 (diff) | |
download | riscv-openocd-6d3bed69dc023f49b51b6504d977463e722e9e9d.zip riscv-openocd-6d3bed69dc023f49b51b6504d977463e722e9e9d.tar.gz riscv-openocd-6d3bed69dc023f49b51b6504d977463e722e9e9d.tar.bz2 |
Uwe Hermann:
Small cosmetic fixes in the license header to make them all look the
same, fix some typos, update README.
git-svn-id: svn://svn.berlios.de/openocd/trunk@396 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/stellaris.c')
-rw-r--r-- | src/flash/stellaris.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/flash/stellaris.c b/src/flash/stellaris.c index dc9de74..2eca290 100644 --- a/src/flash/stellaris.c +++ b/src/flash/stellaris.c @@ -1,7 +1,7 @@ /*************************************************************************** * Copyright (C) 2006 by Magnus Lundin * - * lundin@mlu.mine.nu * - * * + * lundin@mlu.mine.nu * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -20,10 +20,7 @@ /*************************************************************************** * STELLARIS is tested on LM3S811 -* -* -* - ***************************************************************************/ +***************************************************************************/ #ifdef HAVE_CONFIG_H #include "config.h" #endif |