diff options
Diffstat (limited to 'board/esd/cpci750')
| -rw-r--r-- | board/esd/cpci750/ide.c | 2 | ||||
| -rw-r--r-- | board/esd/cpci750/serial.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/esd/cpci750/ide.c b/board/esd/cpci750/ide.c index bea99ce8e..01b90c631 100644 --- a/board/esd/cpci750/ide.c +++ b/board/esd/cpci750/ide.c @@ -25,7 +25,7 @@ #include <common.h> -#ifdef CFG_CMD_IDE +#if defined(CONFIG_CMD_IDE) #include <ata.h> #include <ide.h> #include <pci.h> diff --git a/board/esd/cpci750/serial.c b/board/esd/cpci750/serial.c index 14494d2d1..e1af37e1d 100644 --- a/board/esd/cpci750/serial.c +++ b/board/esd/cpci750/serial.c @@ -104,4 +104,4 @@ void kgdb_interruptible (int yes) { return; } -#endif /* CFG_CMD_KGDB */ +#endif |