summaryrefslogtreecommitdiff
path: root/include/configs/P1010RDB.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/P1010RDB.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/P1010RDB.h')
-rw-r--r--include/configs/P1010RDB.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index 02b0b71ada5..922f0661aba 100644
--- a/include/configs/P1010RDB.h
+++ b/include/configs/P1010RDB.h
@@ -619,10 +619,6 @@ extern unsigned long get_sdram_size(void);
#define CONFIG_SYS_BOOTMAPSZ (64 << 20) /* Initial Memory map for Linux */
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
-#if defined(CONFIG_CMD_KGDB)
-#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
-#endif
-
/*
* Environment Configuration
*/