diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2013-12-01 18:07:28 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-13 14:15:32 (GMT) |
commit | 2c808a12ea7e00d5078e57a9640adcb0504c739c (patch) | |
tree | 4a8aab2291edcf045aab53c2cba70021e72f15fd /include/configs/T1042RDB_PI.h | |
parent | 5deccafa1870c4c4eb588ebcc6b4e95c4d7a59f6 (diff) | |
download | u-boot-2c808a12ea7e00d5078e57a9640adcb0504c739c.tar.xz |
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/T1042RDB_PI.h')
-rw-r--r-- | include/configs/T1042RDB_PI.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T1042RDB_PI.h b/include/configs/T1042RDB_PI.h index eff08e3..2c02d9d 100644 --- a/include/configs/T1042RDB_PI.h +++ b/include/configs/T1042RDB_PI.h @@ -613,7 +613,6 @@ #ifdef 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 /* |