summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-02-16 22:37:44 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-02-22 20:49:10 +0000
commit95231b264d688032c6c94fb3d8bc701ee0b1ec8e (patch)
tree8bccf97cf719d6844fd9966487afa44ae23c1565
parent16a55f7a5609f78b3480fae0908449f6f26dab25 (diff)
downloadcoreboot-95231b264d688032c6c94fb3d8bc701ee0b1ec8e.tar.gz
coreboot-95231b264d688032c6c94fb3d8bc701ee0b1ec8e.tar.bz2
coreboot-95231b264d688032c6c94fb3d8bc701ee0b1ec8e.zip
src/Kconfig: Update the path to 'c_start.S' for GDB_STUB config
Change-Id: Ib31defde0d4983a9418f05e0b812a7bbbe4fe2b7 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62057 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 44e84bf9fb1f..d57ce9014062 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -878,7 +878,7 @@ config GDB_STUB
depends on DRIVERS_UART
help
If enabled, you will be able to set breakpoints for gdb debugging.
- See src/arch/x86/lib/c_start.S for details.
+ See src/arch/x86/c_start.S for details.
config GDB_WAIT
bool "Wait for a GDB connection in the ramstage"