Revert "[ARM] Allow ICEDCC to work with CPU_V7 as well as CPU_V6."

This reverts commit bdc8620a08.
This commit is contained in:
黄涛
2011-07-30 23:09:50 +08:00
parent feafc64363
commit 9ac81f4387
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
#if defined(CONFIG_DEBUG_ICEDCC)
#ifdef defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7)
#ifdef CONFIG_CPU_V6
.macro loadsp, rb
.endm
.macro writeb, ch, rb

View File

@@ -33,7 +33,7 @@ static void putstr(const char *ptr);
#ifdef CONFIG_DEBUG_ICEDCC
#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7)
#ifdef CONFIG_CPU_V6
static void icedcc_putc(int ch)
{

View File

@@ -22,7 +22,7 @@
#if defined(CONFIG_DEBUG_ICEDCC)
@@ debug using ARM EmbeddedICE DCC channel
#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7)
#if defined(CONFIG_CPU_V6)
.macro addruart, rx
.endm