X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Ffa526.c;h=bb9f7353af895e2ddf8944993df5fd26253fb3ae;hb=6431a85b0ad3a39895be780053d589a1bf1b88c2;hp=dfb29b8ee4dd729c1ce65448ab83943534489432;hpb=ff5ec942d80a34e20b5a3ca3328f7e6a55fb309b;p=openocd.git diff --git a/src/target/fa526.c b/src/target/fa526.c index dfb29b8ee4..bb9f7353af 100644 --- a/src/target/fa526.c +++ b/src/target/fa526.c @@ -13,9 +13,7 @@ * 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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ /* @@ -366,6 +364,7 @@ struct target_type fa526_target = { .deassert_reset = arm7_9_deassert_reset, .soft_reset_halt = arm920t_soft_reset_halt, + .get_gdb_arch = arm_get_gdb_arch, .get_gdb_reg_list = arm_get_gdb_reg_list, .read_memory = arm920t_read_memory,