From cc1386b0d3ded14249a42ea226ccc5c15c4b3ff3 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 13 Sep 2021 17:24:51 -0400 Subject: 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 --- include/configs/P1010RDB.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/P1010RDB.h') 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 */ -- cgit v1.2.3