From 39041a40a650e9df0a6cd85b3a6e6747584f727c Mon Sep 17 00:00:00 2001 From: Sandeep Paulraj Date: Sat, 11 Dec 2010 20:30:34 -0500 Subject: DaVinci: Config cleanup Some DaVinci boards are using flags that are no longer valid So remove them. Signed-off-by: Sandeep Paulraj --- include/configs/davinci_sffsdr.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/davinci_sffsdr.h') diff --git a/include/configs/davinci_sffsdr.h b/include/configs/davinci_sffsdr.h index 4d866d0eb2..336d606a03 100644 --- a/include/configs/davinci_sffsdr.h +++ b/include/configs/davinci_sffsdr.h @@ -143,9 +143,4 @@ #undef CONFIG_CMD_SETGETDCR #undef CONFIG_CMD_FLASH #undef CONFIG_CMD_IMLS -/* KGDB support (if any) */ -#ifdef CONFIG_CMD_KGDB -#define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port */ -#define CONFIG_KGDB_SER_INDEX 1 /* which serial port to use */ -#endif #endif /* __CONFIG_H */ -- cgit v1.2.1