From 2c808a12ea7e00d5078e57a9640adcb0504c739c Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Sun, 1 Dec 2013 20:07:28 +0200 Subject: kgdb: configs: remove obsolete CONFIG_KGDB_SER_INDEX The last users of CONFIG_KGDB_SER_INDEX were removed more than 3 years ago in commits 550650ddd0 and bf16500f79, either kgdb subsystem should care about this parameter or it should be gone completely. Signed-off-by: Vladimir Zapolskiy --- include/configs/p3p440.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/p3p440.h') diff --git a/include/configs/p3p440.h b/include/configs/p3p440.h index 3fde7ca3a3..1fdd602f5b 100644 --- a/include/configs/p3p440.h +++ b/include/configs/p3p440.h @@ -303,6 +303,5 @@ #if defined(CONFIG_CMD_KGDB) #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */ -#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */ #endif #endif /* __CONFIG_H */ -- cgit v1.2.1