flash/nor: add support for Nuvoton NPCX series flash
[fw/openocd] / contrib / loaders / flash / pic32mx.s
index d45ab111146b9b8f76363c58b59e5fb18142ed21..9f41965c76caa966ab50417e76ff78848707eab3 100644 (file)
@@ -15,7 +15,7 @@
  *   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.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  ***************************************************************************/
 
        .text
@@ -94,7 +94,7 @@ done:
 error:
        /* save result to $a0 */
        addiu   $a0, $s1, 0
-       
+
 exit:
        sdbbp
 .end main
@@ -128,5 +128,5 @@ waitflash:
        sw              $t5, 4($t2)             /* clear NVMWREN */
        jr              $ra
        nop
-       
+
 .end progflash