summaryrefslogtreecommitdiff
path: root/include/configs/T4240RDB.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-13 17:24:51 -0400
committerTom Rini <trini@konsulko.com>2021-10-01 21:08:19 -0400
commitcc1386b0d3ded14249a42ea226ccc5c15c4b3ff3 (patch)
treefe5e94f6baf6320261b2df7910d43edeb69dac42 /include/configs/T4240RDB.h
parentfae2ea5951a53031bfe057d35967c01077dafd8c (diff)
kgdb: Remove unused serial related options
We have a few CONFIG options for KGDB that are not referenced, remove them. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/T4240RDB.h')
-rw-r--r--include/configs/T4240RDB.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h
index 54db021ec9a..b7cbf87d306 100644
--- a/include/configs/T4240RDB.h
+++ b/include/configs/T4240RDB.h
@@ -214,10 +214,6 @@
#define CONFIG_SYS_BOOTMAPSZ (64 << 20) /* Initial map for Linux*/
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
-#ifdef CONFIG_CMD_KGDB
-#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
-#endif
-
/*
* Environment Configuration
*/