summaryrefslogtreecommitdiffstats
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2013-12-01 20:07:28 +0200
committerTom Rini <trini@ti.com>2013-12-13 09:15:32 -0500
commit2c808a12ea7e00d5078e57a9640adcb0504c739c (patch)
tree4a8aab2291edcf045aab53c2cba70021e72f15fd /include/configs/coreboot.h
parent5deccafa1870c4c4eb588ebcc6b4e95c4d7a59f6 (diff)
downloadtalos-obmc-uboot-2c808a12ea7e00d5078e57a9640adcb0504c739c.tar.gz
talos-obmc-uboot-2c808a12ea7e00d5078e57a9640adcb0504c739c.zip
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/coreboot.h')
-rw-r--r--include/configs/coreboot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 556b42a38b..d1d732f211 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -204,7 +204,6 @@
#if defined(CONFIG_CMD_KGDB)
#define CONFIG_KGDB_BAUDRATE 115200
-#define CONFIG_KGDB_SER_INDEX 2
#endif
/*
OpenPOWER on IntegriCloud