flash/nor: update CC26xx/CC13xx support
[fw/openocd] / src / target / algorithm.c
index 57383aea74ec2448791ae7cc9689206291918190..9fc9386048fc3bc6430ebe9553bdbd6217775703 100644 (file)
  *   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 <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -24,7 +23,6 @@
 #include "algorithm.h"
 #include <helper/binarybuffer.h>
 
-
 void init_mem_param(struct mem_param *param, uint32_t address, uint32_t size, enum param_direction direction)
 {
        param->address = address;