From d126bfbdbd45a78952d88a702b628ab9107c04e5 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 10 Apr 2003 11:18:18 +0000 Subject: Add support for TQM862L modules --- cpu/mpc8xx/bedbug_860.c | 2 +- cpu/mpc8xx/cpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpu/mpc8xx') diff --git a/cpu/mpc8xx/bedbug_860.c b/cpu/mpc8xx/bedbug_860.c index 05590df30a..b90782ef29 100644 --- a/cpu/mpc8xx/bedbug_860.c +++ b/cpu/mpc8xx/bedbug_860.c @@ -11,7 +11,7 @@ #include #include -#if (CONFIG_COMMANDS & CFG_CMD_BEDBUG) && defined(CONFIG_MPC860) +#if (CONFIG_COMMANDS & CFG_CMD_BEDBUG) && defined(CONFIG_8xx) #define MAX_BREAK_POINTS 2 diff --git a/cpu/mpc8xx/cpu.c b/cpu/mpc8xx/cpu.c index b1b58b089b..cc733054fc 100644 --- a/cpu/mpc8xx/cpu.c +++ b/cpu/mpc8xx/cpu.c @@ -44,7 +44,7 @@ static char *cpu_warning = "\n " \ #if ((defined(CONFIG_MPC860) || defined(CONFIG_MPC855)) && \ !defined(CONFIG_MPC862)) -# ifdef CONFIG_MPC855 +# ifdef CONFIG_MPC855 # define ID_STR "PC855" # else # define ID_STR "PC860" -- cgit v1.2.1