From: Øyvind H. <go...@us...> - 2009-12-03 10:15:59
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via a976ce2dd4d3d6f0e851a5903494805ea60133f4 (commit) from 879a04cc6bc2bdf62b19b974524e1f15f2c9da8e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a976ce2dd4d3d6f0e851a5903494805ea60133f4 Author: Nicolas Pitre <ni...@fl...> Date: Thu Dec 3 02:06:10 2009 -0500 feroceon.c should be part of ARM7_9_SRC The Feroceon and Dragonite cores are similar to the ARM926 and ARM966 cores respectively. Signed-off-by: Nicolas Pitre <ni...@ma...> diff --git a/src/target/Makefile.am b/src/target/Makefile.am index cb473a3..6d2b76d 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -58,11 +58,11 @@ ARM7_9_SRC = \ arm9tdmi.c \ arm920t.c \ arm966e.c \ - arm926ejs.c + arm926ejs.c \ + feroceon.c ARM_MISC_SRC = \ fa526.c \ - feroceon.c \ xscale.c ARMV6_SRC = \ ----------------------------------------------------------------------- Summary of changes: src/target/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Main OpenOCD repository |