diff options
author | Vladimir Zapolskiy | 2013-12-01 20:07:28 +0200 |
---|---|---|
committer | Tom Rini | 2013-12-13 09:15:32 -0500 |
commit | 2c808a12ea7e00d5078e57a9640adcb0504c739c (patch) | |
tree | 4a8aab2291edcf045aab53c2cba70021e72f15fd /include/configs/amcc-common.h | |
parent | 5deccafa1870c4c4eb588ebcc6b4e95c4d7a59f6 (diff) |
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 <vz@mleia.com>
Diffstat (limited to 'include/configs/amcc-common.h')
-rw-r--r-- | include/configs/amcc-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/amcc-common.h b/include/configs/amcc-common.h index c9e9a038d4f..0f38c92fa06 100644 --- a/include/configs/amcc-common.h +++ b/include/configs/amcc-common.h @@ -125,7 +125,6 @@ */ #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 /* |