summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c4
1 files 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 @@
21#include "kernel.h" 21#include "kernel.h"
22#include "thread.h" 22#include "thread.h"
23#include "led.h" 23#include "led.h"
24#include "sh7034.h" 24#include "cpu.h"
25#include "system.h" 25#include "system.h"
26#include "debug.h" 26#include "debug.h"
27#include "panic.h" 27#include "panic.h"
@@ -30,7 +30,7 @@
30#include "string.h" 30#include "string.h"
31#include "hwcompat.h" 31#include "hwcompat.h"
32 32
33#if CONFIG_CPU == SCF5249 33#if CONFIG_CPU == MCF5249
34 34
35/* don't use sh7034 assembler routines */ 35/* don't use sh7034 assembler routines */
36#define PREFER_C_READING 36#define PREFER_C_READING