From d681087ad07568e2c102fc235f10bd2a8047bb27 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 7 Oct 2004 07:09:49 +0000 Subject: Correct CPU type handling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5202 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/ata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index 62b4fb6d8c..ce136a4f96 100644 --- a/firmware/drivers/ata.c +++ b/firmware/drivers/ata.c @@ -21,7 +21,7 @@ #include "kernel.h" #include "thread.h" #include "led.h" -#include "sh7034.h" +#include "cpu.h" #include "system.h" #include "debug.h" #include "panic.h" @@ -30,7 +30,7 @@ #include "string.h" #include "hwcompat.h" -#if CONFIG_CPU == SCF5249 +#if CONFIG_CPU == MCF5249 /* don't use sh7034 assembler routines */ #define PREFER_C_READING -- cgit v1.2.3