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/actux1.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/actux1.h') diff --git a/include/configs/actux1.h b/include/configs/actux1.h index 3315f54f38..9b8bd78943 100644 --- a/include/configs/actux1.h +++ b/include/configs/actux1.h @@ -58,8 +58,6 @@ #if defined(CONFIG_CMD_KGDB) # define CONFIG_KGDB_BAUDRATE 230400 -/* which serial port to use */ -# define CONFIG_KGDB_SER_INDEX 1 #endif /* Miscellaneous configurable options */ -- cgit