summaryrefslogtreecommitdiff
path: root/board/pcs440ep
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-12 14:27:39 +0200
committerWolfgang Denk <wd@denx.de>2007-08-12 14:27:39 +0200
commitafaac86fe2948ac84cd9a12bbed883b3c683e7d9 (patch)
tree118aab58be50d1f42d983c0e93c21c8975962b3a /board/pcs440ep
parent308e2b3a6c3fd84fceada79b3d4a559280d326a6 (diff)
Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/pcs440ep')
-rw-r--r--board/pcs440ep/pcs440ep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pcs440ep/pcs440ep.c b/board/pcs440ep/pcs440ep.c
index 696423eac..e247fee0c 100644
--- a/board/pcs440ep/pcs440ep.c
+++ b/board/pcs440ep/pcs440ep.c
@@ -879,7 +879,7 @@ int ide_preinit (void)
}
#endif
-#if defined (CFG_CMD_IDE) && defined (CONFIG_IDE_RESET)
+#if defined (CONFIG_CMD_IDE) && defined (CONFIG_IDE_RESET)
void ide_set_reset (int idereset)
{
debug ("ide_reset(%d)\n", idereset);
@@ -890,4 +890,4 @@ void ide_set_reset (int idereset)
}
udelay (10000);
}
-#endif /* defined (CFG_CMD_IDE) && defined (CONFIG_IDE_RESET) */
+#endif /* defined (CONFIG_CMD_IDE) && defined (CONFIG_IDE_RESET) */