summaryrefslogtreecommitdiffstats
path: root/include/configs/davinci_sonata.h
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2010-12-11 20:30:34 -0500
committerWolfgang Denk <wd@denx.de>2010-12-17 10:07:18 +0100
commit39041a40a650e9df0a6cd85b3a6e6747584f727c (patch)
tree128a4d25371639e9389e29213aee5c7b40d473dd /include/configs/davinci_sonata.h
parent6741b5310f81ae5ae0132ad85b09fb31d6377b6c (diff)
downloadtalos-obmc-uboot-39041a40a650e9df0a6cd85b3a6e6747584f727c.tar.gz
talos-obmc-uboot-39041a40a650e9df0a6cd85b3a6e6747584f727c.zip
DaVinci: Config cleanup
Some DaVinci boards are using flags that are no longer valid So remove them. Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/davinci_sonata.h')
-rw-r--r--include/configs/davinci_sonata.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/davinci_sonata.h b/include/configs/davinci_sonata.h
index f0eeb90e9d..1059ebe2b9 100644
--- a/include/configs/davinci_sonata.h
+++ b/include/configs/davinci_sonata.h
@@ -198,11 +198,4 @@
#else
#error "Either CONFIG_SYS_USE_NAND or CONFIG_SYS_USE_NOR _MUST_ be defined !!!"
#endif
-/*=======================*/
-/* 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 */
OpenPOWER on IntegriCloud