diff options
Diffstat (limited to 'board/evb64260/serial.c')
-rw-r--r-- | board/evb64260/serial.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/evb64260/serial.c b/board/evb64260/serial.c index 191445c..f1bcab3 100644 --- a/board/evb64260/serial.c +++ b/board/evb64260/serial.c @@ -153,7 +153,7 @@ serial_puts (const char *s) } } -#if (CONFIG_COMMANDS & CFG_CMD_KGDB) +#if defined(CONFIG_CMD_KGDB) void kgdb_serial_init(void) { @@ -182,4 +182,4 @@ kgdb_interruptible (int yes) { return; } -#endif /* CFG_CMD_KGDB */ +#endif |